#81DBF8

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

Shades of Light Sky Blue #81DBF8

Tints of Light Sky Blue #81DBF8

Color information

#81DBF8 (or 0x81DBF8) is unknown color: approx Light Sky Blue. HEX triplet: 81, DB and F8. RGB value is (129,219,248). Sum of RGB (Red+Green+Blue) = 129+219+248=596 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.64% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #81DBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DBF8 is #7E2407. Grayscale: #C3C3C3. Windows color (decimal): -8266760 or 16309121. OLE color: 16309121.

HSL color Cylindrical-coordinate representation of color #81DBF8: hue angle of 194.62º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81DBF8 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB129219248-
CMYK0.480.1200.03
HSL194.62º89.47%73.92%-
HSV(B)194.62º47.98%97.25%-
XYZ51.3362.1198.09-
YUV195.4157.6880.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.64%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 248 (97.27% from 255) = 41.61%
R=21.64%
G=36.74%
B=41.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292192480.480.1200.03194.6289.4773.92
Hex81DBF830C03c3594a
Octal201333370601403303131112
Binary10000001110110111111100011000011000111100001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,219,248); }

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

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

 a { background-color: rgb(129,219,248); }

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

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

 span { border-color: rgb(129,219,248); }

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