Html Css Color HEX #81D5FC Light Sky Blue

📋 copy color: '#81D5FC'

red 129 ◦ green 213 ◦ blue 252

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

Shades of Light Sky Blue #81D5FC

Tints of Light Sky Blue #81D5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.86%

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

R = 21.72%
G = 35.86%
B = 42.42%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81D5FC (or 0x81D5FC) is known color: Light Sky Blue. HEX triplet: 81, D5 and FC. RGB value is (129,213,252). Sum of RGB (Red+Green+Blue) = 129+213+252=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #81D5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D5FC is #7E2A03. Grayscale: #C0C0C0. Windows color (decimal): -8268292 or 16569729. OLE color: 16569729.

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

Color convert

RGB 129 213 252 -
CMYK 0.49 0.15 0 0.01
HSL 199.02º 0.95% 0.75% -
HSV(B) 199.02º 0.49% 0.99% -
XYZ 50.42 59.28 100.88 -
YUV 192.33 161.67 82.83 -
System Red Green Blue C M Y K H S L
Decimal 129 213 252 0.49 0.15 0 0.01 199.02 0.95 0.75
Hex 81 D5 FC 31 F 0 1 C7 5F 4B
Octal 201 325 374 61 17 0 1 307 137 113
Binary 10000001 11010101 11111100 110001 1111 0 1 11000111 1011111 1001011

Color Harmonies of #81D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D5FC

Black with #81D5FC

Text Example


Text Example

White with #81D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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