#80AFEC

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

Shades of Jordy Blue #80AFEC

Tints of Jordy Blue #80AFEC

Color information

#80AFEC (or 0x80AFEC) is unknown color: approx Jordy Blue. HEX triplet: 80, AF and EC. RGB value is (128,175,236). Sum of RGB (Red+Green+Blue) = 128+175+236=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #80AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AFEC is #7F5013. Grayscale: #A7A7A7. Windows color (decimal): -8343572 or 15511424. OLE color: 15511424.

HSL color Cylindrical-coordinate representation of color #80AFEC: hue angle of 213.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80AFEC is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128175236-
CMYK0.460.2600.07
HSL213.89º73.97%71.37%-
HSV(B)213.89º45.76%92.55%-
XYZ39.3741.3185.25-
YUV167.9166.4399.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.75%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=23.75%
G=32.47%
B=43.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281752360.460.2600.07213.8973.9771.37
Hex80AFEC2E1A07d64a47
Octal200257354563207326112107
Binary1000000010101111111011001011101101001111101011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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