#80A0DC

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

Shades of Jordy Blue #80A0DC

Tints of Jordy Blue #80A0DC

Color information

#80A0DC (or 0x80A0DC) is unknown color: approx Jordy Blue. HEX triplet: 80, A0 and DC. RGB value is (128,160,220). Sum of RGB (Red+Green+Blue) = 128+160+220=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #80A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A0DC is #7F5F23. Grayscale: #9C9C9C. Windows color (decimal): -8347428 or 14459008. OLE color: 14459008.

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

Color convert

RGB128160220-
CMYK0.420.2700.14
HSL219.13º56.79%68.24%-
HSV(B)219.13º41.82%86.27%-
XYZ34.3934.972.63-
YUV157.27163.4107.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.20%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 220 (86.33% from 255) = 43.31%
R=25.20%
G=31.50%
B=43.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281602200.420.2700.14219.1356.7968.24
Hex80A0DC2A1B0Edb3944
Octal200240334523301633371104
Binary1000000010100000110111001010101101101110110110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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