#80A5E7

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

Shades of Jordy Blue #80A5E7

Tints of Jordy Blue #80A5E7

Color information

#80A5E7 (or 0x80A5E7) is unknown color: approx Jordy Blue. HEX triplet: 80, A5 and E7. RGB value is (128,165,231). Sum of RGB (Red+Green+Blue) = 128+165+231=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #80A5E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A5E7 is #7F5A18. Grayscale: #A1A1A1. Windows color (decimal): -8346137 or 15181184. OLE color: 15181184.

HSL color Cylindrical-coordinate representation of color #80A5E7: hue angle of 218.45º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80A5E7 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128165231-
CMYK0.450.2900.09
HSL218.45º68.21%70.39%-
HSV(B)218.45º44.59%90.59%-
XYZ36.7837.2780.86-
YUV161.46167.24104.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.43%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=24.43%
G=31.49%
B=44.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281652310.450.2900.09218.4568.2170.39
Hex80A5E72D1D09da4446
Octal2002453475535011332104106
Binary10000000101001011110011110110111101010011101101010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,231); }

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

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

 a { background-color: rgb(128,165,231); }

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

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

 span { border-color: rgb(128,165,231); }

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