#80B4DA

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

Shades of Jordy Blue #80B4DA

Tints of Jordy Blue #80B4DA

Color information

#80B4DA (or 0x80B4DA) is unknown color: approx Jordy Blue. HEX triplet: 80, B4 and DA. RGB value is (128,180,218). Sum of RGB (Red+Green+Blue) = 128+180+218=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #80B4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B4DA is #7F4B25. Grayscale: #A8A8A8. Windows color (decimal): -8342310 or 14333056. OLE color: 14333056.

HSL color Cylindrical-coordinate representation of color #80B4DA: hue angle of 205.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80B4DA is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128180218-
CMYK0.410.1700.15
HSL205.33º54.88%67.84%-
HSV(B)205.33º41.28%85.49%-
XYZ37.8842.2972.5-
YUV168.78155.7798.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=24.33%
G=34.22%
B=41.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281802180.410.1700.15205.3354.8867.84
Hex80B4DA29110Fcd3744
Octal200264332512101731567104
Binary1000000010110100110110101010011000101111110011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,218); }

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

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

 a { background-color: rgb(128,180,218); }

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

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

 span { border-color: rgb(128,180,218); }

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