#80CBF2

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

Shades of Sky Blue #80CBF2

Tints of Sky Blue #80CBF2

Color information

#80CBF2 (or 0x80CBF2) is unknown color: approx Sky Blue. HEX triplet: 80, CB and F2. RGB value is (128,203,242). Sum of RGB (Red+Green+Blue) = 128+203+242=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #80CBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBF2 is #7F340D. Grayscale: #B8B8B8. Windows color (decimal): -8336398 or 15911808. OLE color: 15911808.

HSL color Cylindrical-coordinate representation of color #80CBF2: hue angle of 200.53º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CBF2 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128203242-
CMYK0.470.1600.05
HSL200.53º81.43%72.55%-
HSV(B)200.53º47.11%94.9%-
XYZ46.2953.7191.93-
YUV185.02160.1587.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.34%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=22.34%
G=35.43%
B=42.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282032420.470.1600.05200.5381.4372.55
Hex80CBF22F1005c95149
Octal200313362572005311121111
Binary1000000011001011111100101011111000001011100100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,203,242); }

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

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

 a { background-color: rgb(128,203,242); }

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

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

 span { border-color: rgb(128,203,242); }

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