#80B5EE

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

Shades of Jordy Blue #80B5EE

Tints of Jordy Blue #80B5EE

Color information

#80B5EE (or 0x80B5EE) is unknown color: approx Jordy Blue. HEX triplet: 80, B5 and EE. RGB value is (128,181,238). Sum of RGB (Red+Green+Blue) = 128+181+238=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #80B5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B5EE is #7F4A11. Grayscale: #ABABAB. Windows color (decimal): -8342034 or 15644032. OLE color: 15644032.

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

Color convert

RGB128181238-
CMYK0.460.2400.07
HSL211.09º76.39%71.76%-
HSV(B)211.09º46.22%93.33%-
XYZ40.8643.8187.19-
YUV171.65165.4496.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.40%
GREEN value IS 181 (71.09% from 255) = 33.09%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=23.40%
G=33.09%
B=43.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281812380.460.2400.07211.0976.3971.76
Hex80B5EE2E1807d34c48
Octal200265356563007323114110
Binary1000000010110101111011101011101100001111101001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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