#80AFDF

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

Shades of Jordy Blue #80AFDF

Tints of Jordy Blue #80AFDF

Color information

#80AFDF (or 0x80AFDF) is unknown color: approx Jordy Blue. HEX triplet: 80, AF and DF. RGB value is (128,175,223). Sum of RGB (Red+Green+Blue) = 128+175+223=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #80AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFDF is #7F5020. Grayscale: #A6A6A6. Windows color (decimal): -8343585 or 14659456. OLE color: 14659456.

HSL color Cylindrical-coordinate representation of color #80AFDF: hue angle of 210.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80AFDF is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128175223-
CMYK0.430.2200.13
HSL210.32º59.75%68.82%-
HSV(B)210.32º42.6%87.45%-
XYZ37.5540.5875.66-
YUV166.42159.93100.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=24.33%
G=33.27%
B=42.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281752230.430.2200.13210.3259.7568.82
Hex80AFDF2B160Dd23c45
Octal200257337532601532274105
Binary1000000010101111110111111010111011001101110100101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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