#80ADDC

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

Shades of Jordy Blue #80ADDC

Tints of Jordy Blue #80ADDC

Color information

#80ADDC (or 0x80ADDC) is unknown color: approx Jordy Blue. HEX triplet: 80, AD and DC. RGB value is (128,173,220). Sum of RGB (Red+Green+Blue) = 128+173+220=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #80ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADDC is #7F5223. Grayscale: #A4A4A4. Windows color (decimal): -8344100 or 14462336. OLE color: 14462336.

HSL color Cylindrical-coordinate representation of color #80ADDC: hue angle of 210.65º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80ADDC is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128173220-
CMYK0.420.2100.14
HSL210.65º56.79%68.24%-
HSV(B)210.65º41.82%86.27%-
XYZ36.7639.6473.42-
YUV164.9159.09101.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.57%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=24.57%
G=33.21%
B=42.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281732200.420.2100.14210.6556.7968.24
Hex80ADDC2A150Ed33944
Octal200255334522501632371104
Binary1000000010101101110111001010101010101110110100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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