#81CBF9

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

Shades of Light Sky Blue #81CBF9

Tints of Light Sky Blue #81CBF9

Color information

#81CBF9 (or 0x81CBF9) is unknown color: approx Light Sky Blue. HEX triplet: 81, CB and F9. RGB value is (129,203,249). Sum of RGB (Red+Green+Blue) = 129+203+249=581 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.20% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #81CBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CBF9 is #7E3406. Grayscale: #B9B9B9. Windows color (decimal): -8270855 or 16370561. OLE color: 16370561.

HSL color Cylindrical-coordinate representation of color #81CBF9: hue angle of 203º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81CBF9 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129203249-
CMYK0.480.1800.02
HSL203º90.91%74.12%-
HSV(B)203º48.19%97.65%-
XYZ47.5154.2297.58-
YUV186.12163.4887.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.20%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 249 (97.66% from 255) = 42.86%
R=22.20%
G=34.94%
B=42.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292032490.480.1800.0220390.9174.12
Hex81CBF9301202cb5b4a
Octal201313371602202313133112
Binary100000011100101111111001110000100100101100101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81CBF9; }

 p { color: rgb(129,203,249); }

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

<style>
 a { background-color: #81CBF9; }

 a { background-color: rgb(129,203,249); }

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

<style>
 span { border-color: #81CBF9; }

 span { border-color: rgb(129,203,249); }

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