Html Css Color HEX #81D5FB Light Sky Blue

📋 copy color: '#81D5FB'

red 129 ◦ green 213 ◦ blue 251

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

Shades of Light Sky Blue #81D5FB

Tints of Light Sky Blue #81D5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 21.75%
G = 35.92%
B = 42.33%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81D5FB (or 0x81D5FB) is known color: Light Sky Blue. HEX triplet: 81, D5 and FB. RGB value is (129,213,251). Sum of RGB (Red+Green+Blue) = 129+213+251=593 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.75% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #81D5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D5FB is #7E2A04. Grayscale: #BFBFBF. Windows color (decimal): -8268293 or 16504193. OLE color: 16504193.

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

Color convert

RGB 129 213 251 -
CMYK 0.49 0.15 0 0.02
HSL 198.69º 0.94% 0.75% -
HSV(B) 198.69º 0.49% 0.98% -
XYZ 50.26 59.22 100.05 -
YUV 192.22 161.17 82.91 -
System Red Green Blue C M Y K H S L
Decimal 129 213 251 0.49 0.15 0 0.02 198.69 0.94 0.75
Hex 81 D5 FB 31 F 0 2 C7 5E 4B
Octal 201 325 373 61 17 0 2 307 136 113
Binary 10000001 11010101 11111011 110001 1111 0 10 11000111 1011110 1001011

Color Harmonies of #81D5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D5FB

Black with #81D5FB

Text Example


Text Example

White with #81D5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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