#81E2FC

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

Shades of Light Sky Blue #81E2FC

Tints of Light Sky Blue #81E2FC

Color information

#81E2FC (or 0x81E2FC) is unknown color: approx Light Sky Blue. HEX triplet: 81, E2 and FC. RGB value is (129,226,252). Sum of RGB (Red+Green+Blue) = 129+226+252=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #81E2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E2FC is #7E1D03. Grayscale: #C7C7C7. Windows color (decimal): -8264964 or 16573057. OLE color: 16573057.

HSL color Cylindrical-coordinate representation of color #81E2FC: hue angle of 192.68º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81E2FC is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129226252-
CMYK0.490.1000.01
HSL192.68º95.35%74.71%-
HSV(B)192.68º48.81%98.82%-
XYZ53.8266.09102.02-
YUV199.96157.3677.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.25%
GREEN value IS 226 (88.67% from 255) = 37.23%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=21.25%
G=37.23%
B=41.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292262520.490.1000.01192.6895.3574.71
Hex81E2FC31A01c15f4b
Octal201342374611201301137113
Binary1000000111100010111111001100011010011100000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,226,252); }

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

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

 a { background-color: rgb(129,226,252); }

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

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

 span { border-color: rgb(129,226,252); }

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