#80A7DC

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

Shades of Jordy Blue #80A7DC

Tints of Jordy Blue #80A7DC

Color information

#80A7DC (or 0x80A7DC) is unknown color: approx Jordy Blue. HEX triplet: 80, A7 and DC. RGB value is (128,167,220). Sum of RGB (Red+Green+Blue) = 128+167+220=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #80A7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A7DC is #7F5823. Grayscale: #A1A1A1. Windows color (decimal): -8345636 or 14460800. OLE color: 14460800.

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

Color convert

RGB128167220-
CMYK0.420.2400.14
HSL214.57º56.79%68.24%-
HSV(B)214.57º41.82%86.27%-
XYZ35.6437.3973.05-
YUV161.38161.08104.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.85%
GREEN value IS 167 (65.62% from 255) = 32.43%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=24.85%
G=32.43%
B=42.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281672200.420.2400.14214.5756.7968.24
Hex80A7DC2A180Ed73944
Octal200247334523001632771104
Binary1000000010100111110111001010101100001110110101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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