#80A4DA

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

Shades of Jordy Blue #80A4DA

Tints of Jordy Blue #80A4DA

Color information

#80A4DA (or 0x80A4DA) is unknown color: approx Jordy Blue. HEX triplet: 80, A4 and DA. RGB value is (128,164,218). Sum of RGB (Red+Green+Blue) = 128+164+218=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #80A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A4DA is #7F5B25. Grayscale: #9F9F9F. Windows color (decimal): -8346406 or 14328960. OLE color: 14328960.

HSL color Cylindrical-coordinate representation of color #80A4DA: hue angle of 216º 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 #80A4DA is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128164218-
CMYK0.410.2500.15
HSL216º54.88%67.84%-
HSV(B)216º41.28%85.49%-
XYZ34.8336.271.48-
YUV159.39161.07105.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.10%
GREEN value IS 164 (64.45% from 255) = 32.16%
BLUE value IS 218 (85.55% from 255) = 42.75%
R=25.10%
G=32.16%
B=42.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281642180.410.2500.1521654.8867.84
Hex80A4DA29190Fd83744
Octal200244332513101733067104
Binary1000000010100100110110101010011100101111110110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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