#81DDFB

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

Shades of Light Sky Blue #81DDFB

Tints of Light Sky Blue #81DDFB

Color information

#81DDFB (or 0x81DDFB) is unknown color: approx Light Sky Blue. HEX triplet: 81, DD and FB. RGB value is (129,221,251). Sum of RGB (Red+Green+Blue) = 129+221+251=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #81DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DDFB is #7E2204. Grayscale: #C4C4C4. Windows color (decimal): -8266245 or 16506241. OLE color: 16506241.

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

Color convert

RGB129221251-
CMYK0.490.1200.02
HSL194.75º93.85%74.51%-
HSV(B)194.75º48.61%98.43%-
XYZ52.3263.35100.74-
YUV196.91158.5279.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.46%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=21.46%
G=36.77%
B=41.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292212510.490.1200.02194.7593.8574.51
Hex81DDFB31C02c35e4b
Octal201335373611402303136113
Binary10000001110111011111101111000111000101100001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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