#81CEFB

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

Shades of Light Sky Blue #81CEFB

Tints of Light Sky Blue #81CEFB

Color information

#81CEFB (or 0x81CEFB) is unknown color: approx Light Sky Blue. HEX triplet: 81, CE and FB. RGB value is (129,206,251). Sum of RGB (Red+Green+Blue) = 129+206+251=586 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.01% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #81CEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CEFB is #7E3104. Grayscale: #BBBBBB. Windows color (decimal): -8270085 or 16502401. OLE color: 16502401.

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

Color convert

RGB129206251-
CMYK0.490.1800.02
HSL202.13º93.85%74.51%-
HSV(B)202.13º48.61%98.43%-
XYZ48.5455.7799.47-
YUV188.11163.4985.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.01%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=22.01%
G=35.15%
B=42.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292062510.490.1800.02202.1393.8574.51
Hex81CEFB311202ca5e4b
Octal201316373612202312136113
Binary100000011100111011111011110001100100101100101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,206,251); }

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

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

 a { background-color: rgb(129,206,251); }

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

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

 span { border-color: rgb(129,206,251); }

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