#80A0EE

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

Shades of Jordy Blue #80A0EE

Tints of Jordy Blue #80A0EE

Color information

#80A0EE (or 0x80A0EE) is unknown color: approx Jordy Blue. HEX triplet: 80, A0 and EE. RGB value is (128,160,238). Sum of RGB (Red+Green+Blue) = 128+160+238=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #80A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A0EE is #7F5F11. Grayscale: #9E9E9E. Windows color (decimal): -8347410 or 15638656. OLE color: 15638656.

HSL color Cylindrical-coordinate representation of color #80A0EE: hue angle of 222.55º 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 #80A0EE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128160238-
CMYK0.460.3300.07
HSL222.55º76.39%71.76%-
HSV(B)222.55º46.22%93.33%-
XYZ36.9135.985.87-
YUV159.32172.4105.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 238 (93.36% from 255) = 45.25%
R=24.33%
G=30.42%
B=45.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281602380.460.3300.07222.5576.3971.76
Hex80A0EE2E2107df4c48
Octal200240356564107337114110
Binary10000000101000001110111010111010000101111101111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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