#80A1EE

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

Shades of Jordy Blue #80A1EE

Tints of Jordy Blue #80A1EE

Color information

#80A1EE (or 0x80A1EE) is unknown color: approx Jordy Blue. HEX triplet: 80, A1 and EE. RGB value is (128,161,238). Sum of RGB (Red+Green+Blue) = 128+161+238=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #80A1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A1EE is #7F5E11. Grayscale: #9F9F9F. Windows color (decimal): -8347154 or 15638912. OLE color: 15638912.

HSL color Cylindrical-coordinate representation of color #80A1EE: hue angle of 222º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80A1EE is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128161238-
CMYK0.460.3200.07
HSL222º76.39%71.76%-
HSV(B)222º46.22%93.33%-
XYZ37.0836.2585.93-
YUV159.91172.07105.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=24.29%
G=30.55%
B=45.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281612380.460.3200.0722276.3971.76
Hex80A1EE2E2007de4c48
Octal200241356564007336114110
Binary10000000101000011110111010111010000001111101111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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