Html Css Color HEX #81D2FC Light Sky Blue

📋 copy color: '#81D2FC'

red 129 ◦ green 210 ◦ blue 252

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

Shades of Light Sky Blue #81D2FC

Tints of Light Sky Blue #81D2FC

RGB

 RED value IS 129 (50.78% from 255) = 21.83%

 GREEN value IS 210 (82.42% from 255) = 35.53%

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 21.83%
G = 35.53%
B = 42.64%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81D2FC (or 0x81D2FC) is known color: Light Sky Blue. HEX triplet: 81, D2 and FC. RGB value is (129,210,252). Sum of RGB (Red+Green+Blue) = 129+210+252=591 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.83% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #81D2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D2FC is #7E2D03. Grayscale: #BEBEBE. Windows color (decimal): -8269060 or 16568961. OLE color: 16568961.

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

Color convert

RGB 129 210 252 -
CMYK 0.49 0.17 0 0.01
HSL 200.49º 0.95% 0.75% -
HSV(B) 200.49º 0.49% 0.99% -
XYZ 49.67 57.79 100.63 -
YUV 190.57 162.66 84.08 -
System Red Green Blue C M Y K H S L
Decimal 129 210 252 0.49 0.17 0 0.01 200.49 0.95 0.75
Hex 81 D2 FC 31 11 0 1 C8 5F 4B
Octal 201 322 374 61 21 0 1 310 137 113
Binary 10000001 11010010 11111100 110001 10001 0 1 11001000 1011111 1001011

Color Harmonies of #81D2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D2FC

Black with #81D2FC

Text Example


Text Example

White with #81D2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81D2FC;
 }
 .AnyTagClassName
 {
   color: #81D2FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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