#80BEE7

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

Shades of Sky Blue #80BEE7

Tints of Sky Blue #80BEE7

Color information

#80BEE7 (or 0x80BEE7) is unknown color: approx Sky Blue. HEX triplet: 80, BE and E7. RGB value is (128,190,231). Sum of RGB (Red+Green+Blue) = 128+190+231=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #80BEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEE7 is #7F4118. Grayscale: #AFAFAF. Windows color (decimal): -8339737 or 15187584. OLE color: 15187584.

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

Color convert

RGB128190231-
CMYK0.450.1800.09
HSL203.88º68.21%70.39%-
HSV(B)203.88º44.59%90.59%-
XYZ41.7447.1982.51-
YUV176.14158.9693.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.32%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 231 (90.62% from 255) = 42.08%
R=23.32%
G=34.61%
B=42.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281902310.450.1800.09203.8868.2170.39
Hex80BEE72D1209cc4446
Octal2002763475522011314104106
Binary10000000101111101110011110110110010010011100110010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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