#80A1E7

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

Shades of Jordy Blue #80A1E7

Tints of Jordy Blue #80A1E7

Color information

#80A1E7 (or 0x80A1E7) is unknown color: approx Jordy Blue. HEX triplet: 80, A1 and E7. RGB value is (128,161,231). Sum of RGB (Red+Green+Blue) = 128+161+231=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #80A1E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A1E7 is #7F5E18. Grayscale: #9E9E9E. Windows color (decimal): -8347161 or 15180160. OLE color: 15180160.

HSL color Cylindrical-coordinate representation of color #80A1E7: hue angle of 220.78º 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 #80A1E7 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128161231-
CMYK0.450.3000.09
HSL220.78º68.21%70.39%-
HSV(B)220.78º44.59%90.59%-
XYZ36.0735.8580.62-
YUV159.11168.57105.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.62%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 231 (90.62% from 255) = 44.42%
R=24.62%
G=30.96%
B=44.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281612310.450.3000.09220.7868.2170.39
Hex80A1E72D1E09dd4446
Octal2002413475536011335104106
Binary10000000101000011110011110110111110010011101110110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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