#81CDFB

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

Shades of Light Sky Blue #81CDFB

Tints of Light Sky Blue #81CDFB

Color information

#81CDFB (or 0x81CDFB) is unknown color: approx Light Sky Blue. HEX triplet: 81, CD and FB. RGB value is (129,205,251). Sum of RGB (Red+Green+Blue) = 129+205+251=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #81CDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CDFB is #7E3204. Grayscale: #BBBBBB. Windows color (decimal): -8270341 or 16502145. OLE color: 16502145.

HSL color Cylindrical-coordinate representation of color #81CDFB: hue angle of 202.62º 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 #81CDFB is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129205251-
CMYK0.490.1800.02
HSL202.62º93.85%74.51%-
HSV(B)202.62º48.61%98.43%-
XYZ48.355.2999.39-
YUV187.52163.8286.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.05%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=22.05%
G=35.04%
B=42.91%

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
Decimal1292052510.490.1800.02202.6293.8574.51
Hex81CDFB311202cb5e4b
Octal201315373612202313136113
Binary100000011100110111111011110001100100101100101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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