#80ACDC

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

Shades of Jordy Blue #80ACDC

Tints of Jordy Blue #80ACDC

Color information

#80ACDC (or 0x80ACDC) is unknown color: approx Jordy Blue. HEX triplet: 80, AC and DC. RGB value is (128,172,220). Sum of RGB (Red+Green+Blue) = 128+172+220=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #80ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACDC is #7F5323. Grayscale: #A4A4A4. Windows color (decimal): -8344356 or 14462080. OLE color: 14462080.

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

Color convert

RGB128172220-
CMYK0.420.2200.14
HSL211.3º56.79%68.24%-
HSV(B)211.3º41.82%86.27%-
XYZ36.5739.2673.36-
YUV164.32159.42102.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.62%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=24.62%
G=33.08%
B=42.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281722200.420.2200.14211.356.7968.24
Hex80ACDC2A160Ed33944
Octal200254334522601632371104
Binary1000000010101100110111001010101011001110110100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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