#80B2DC

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

Shades of Jordy Blue #80B2DC

Tints of Jordy Blue #80B2DC

Color information

#80B2DC (or 0x80B2DC) is unknown color: approx Jordy Blue. HEX triplet: 80, B2 and DC. RGB value is (128,178,220). Sum of RGB (Red+Green+Blue) = 128+178+220=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #80B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2DC is #7F4D23. Grayscale: #A7A7A7. Windows color (decimal): -8342820 or 14463616. OLE color: 14463616.

HSL color Cylindrical-coordinate representation of color #80B2DC: hue angle of 207.39º 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 #80B2DC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128178220-
CMYK0.420.1900.14
HSL207.39º56.79%68.24%-
HSV(B)207.39º41.82%86.27%-
XYZ37.7441.673.75-
YUV167.84157.4499.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=24.33%
G=33.84%
B=41.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281782200.420.1900.14207.3956.7968.24
Hex80B2DC2A130Ecf3944
Octal200262334522301631771104
Binary1000000010110010110111001010101001101110110011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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