#80ADDE

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

Shades of Jordy Blue #80ADDE

Tints of Jordy Blue #80ADDE

Color information

#80ADDE (or 0x80ADDE) is unknown color: approx Jordy Blue. HEX triplet: 80, AD and DE. RGB value is (128,173,222). Sum of RGB (Red+Green+Blue) = 128+173+222=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #80ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADDE is #7F5221. Grayscale: #A4A4A4. Windows color (decimal): -8344098 or 14593408. OLE color: 14593408.

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

Color convert

RGB128173222-
CMYK0.420.2200.13
HSL211.28º58.75%68.63%-
HSV(B)211.28º42.34%87.06%-
XYZ37.0339.7574.83-
YUV165.13160.09101.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=24.47%
G=33.08%
B=42.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281732220.420.2200.13211.2858.7568.63
Hex80ADDE2A160Dd33b45
Octal200255336522601532373105
Binary1000000010101101110111101010101011001101110100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,173,222); }

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

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

 a { background-color: rgb(128,173,222); }

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

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

 span { border-color: rgb(128,173,222); }

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