Html Css Color HEX #81E2FC Light Sky Blue

📋 copy color: '#81E2FC'

red 129 ◦ green 226 ◦ blue 252

#81E2FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #81E2FC

Tints of Light Sky Blue #81E2FC

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 value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81E2FC (or 0x81E2FC) is known color: 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

RGB 129 226 252 -
CMYK 0.49 0.10 0 0.01
HSL 192.68º 0.95% 0.75% -
HSV(B) 192.68º 0.49% 0.99% -
XYZ 53.82 66.09 102.02 -
YUV 199.96 157.36 77.39 -
System Red Green Blue C M Y K H S L
Decimal 129 226 252 0.49 0.10 0 0.01 192.68 0.95 0.75
Hex 81 E2 FC 31 A 0 1 C1 5F 4B
Octal 201 342 374 61 12 0 1 301 137 113
Binary 10000001 11100010 11111100 110001 1010 0 1 11000001 1011111 1001011

Color Harmonies of #81E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E2FC

Black with #81E2FC

Text Example


Text Example

White with #81E2FC

Text Example


Text Example

HTML Codes & Css Web 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>