#80B7EA

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

Shades of Jordy Blue #80B7EA

Tints of Jordy Blue #80B7EA

Color information

#80B7EA (or 0x80B7EA) is unknown color: approx Jordy Blue. HEX triplet: 80, B7 and EA. RGB value is (128,183,234). Sum of RGB (Red+Green+Blue) = 128+183+234=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #80B7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B7EA is #7F4815. Grayscale: #ACACAC. Windows color (decimal): -8341526 or 15382400. OLE color: 15382400.

HSL color Cylindrical-coordinate representation of color #80B7EA: hue angle of 208.87º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80B7EA is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128183234-
CMYK0.450.2200.08
HSL208.87º71.62%70.98%-
HSV(B)208.87º45.3%91.76%-
XYZ40.6944.484.27-
YUV172.37162.7896.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.49%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=23.49%
G=33.58%
B=42.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281832340.450.2200.08208.8771.6270.98
Hex80B7EA2D1608d14847
Octal2002673525526010321110107
Binary10000000101101111110101010110110110010001101000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,183,234); }

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

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

 a { background-color: rgb(128,183,234); }

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

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

 span { border-color: rgb(128,183,234); }

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