#80AFF0

Color #80AFF0 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #80AFF0

Tints of Jordy Blue #80AFF0

Color information

#80AFF0 (or 0x80AFF0) is unknown color: approx Jordy Blue. HEX triplet: 80, AF and F0. RGB value is (128,175,240). Sum of RGB (Red+Green+Blue) = 128+175+240=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #80AFF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AFF0 is #7F500F. Grayscale: #A8A8A8. Windows color (decimal): -8343568 or 15773568. OLE color: 15773568.

HSL color Cylindrical-coordinate representation of color #80AFF0: hue angle of 214.82º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80AFF0 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128175240-
CMYK0.470.2700.06
HSL214.82º78.87%72.16%-
HSV(B)214.82º46.67%94.12%-
XYZ39.9641.5488.35-
YUV168.36168.4399.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 23.57%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=23.57%
G=32.23%
B=44.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281752400.470.2700.06214.8278.8772.16
Hex80AFF02F1B06d74f48
Octal200257360573306327117110
Binary1000000010101111111100001011111101101101101011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AFF0; }

 p { color: rgb(128,175,240); }

 H1.HeaderClassName
 {
   color: #80AFF0;
 }
 .AnyTagClassName
 {
   color: #80AFF0;
 }
</style>
background-color css

<style>
 a { background-color: #80AFF0; }

 a { background-color: rgb(128,175,240); }

 div.DivClassName
 {
   background-color: #80AFF0;
 }
 .BgClassName
 {
   background-color: #80AFF0;
 }
</style>
border-color css

<style>
 span { border-color: #80AFF0; }

 span { border-color: rgb(128,175,240); }

 td.TdClassName
 {
   border-color: #80AFF0;
 }
 .TagClassName
 {
   border-color: #80AFF0;
 }
</style>