Html Css Color HEX #81D9FD Light Sky Blue

📋 copy color: '#81D9FD'

red 129 ◦ green 217 ◦ blue 253

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

Shades of Light Sky Blue #81D9FD

Tints of Light Sky Blue #81D9FD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.23%

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 21.54%
G = 36.23%
B = 42.24%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81D9FD (or 0x81D9FD) is known color: Light Sky Blue. HEX triplet: 81, D9 and FD. RGB value is (129,217,253). Sum of RGB (Red+Green+Blue) = 129+217+253=599 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.54% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #81D9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D9FD is #7E2602. Grayscale: #C2C2C2. Windows color (decimal): -8267267 or 16636289. OLE color: 16636289.

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

Color convert

RGB 129 217 253 -
CMYK 0.49 0.14 0 0.01
HSL 197.42º 0.97% 0.75% -
HSV(B) 197.42º 0.49% 0.99% -
XYZ 51.6 61.38 102.06 -
YUV 194.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 129 217 253 0.49 0.14 0 0.01 197.42 0.97 0.75
Hex 81 D9 FD 31 E 0 1 C5 61 4B
Octal 201 331 375 61 16 0 1 305 141 113
Binary 10000001 11011001 11111101 110001 1110 0 1 11000101 1100001 1001011

Color Harmonies of #81D9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D9FD

Black with #81D9FD

Text Example


Text Example

White with #81D9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,217,253); }

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

background-color css

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

 a { background-color: rgb(129,217,253); }

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

border-color css

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

 span { border-color: rgb(129,217,253); }

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