#81E1FB

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

Shades of Light Sky Blue #81E1FB

Tints of Light Sky Blue #81E1FB

Color information

#81E1FB (or 0x81E1FB) is unknown color: approx Light Sky Blue. HEX triplet: 81, E1 and FB. RGB value is (129,225,251). Sum of RGB (Red+Green+Blue) = 129+225+251=605 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.32% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #81E1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E1FB is #7E1E04. Grayscale: #C7C7C7. Windows color (decimal): -8265221 or 16507265. OLE color: 16507265.

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

Color convert

RGB129225251-
CMYK0.490.1000.02
HSL192.79º93.85%74.51%-
HSV(B)192.79º48.61%98.43%-
XYZ53.3965.48101.09-
YUV199.26157.277.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.32%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=21.32%
G=37.19%
B=41.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292252510.490.1000.02192.7993.8574.51
Hex81E1FB31A02c15e4b
Octal201341373611202301136113
Binary10000001111000011111101111000110100101100000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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