Html Css Color HEX #81D4FA Light Sky Blue

📋 copy color: '#81D4FA'

red 129 ◦ green 212 ◦ blue 250

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

Shades of Light Sky Blue #81D4FA

Tints of Light Sky Blue #81D4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.87%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 21.83%
G = 35.87%
B = 42.3%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81D4FA (or 0x81D4FA) is known color: Light Sky Blue. HEX triplet: 81, D4 and FA. RGB value is (129,212,250). Sum of RGB (Red+Green+Blue) = 129+212+250=591 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.83% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #81D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D4FA is #7E2B05. Grayscale: #BFBFBF. Windows color (decimal): -8268550 or 16438401. OLE color: 16438401.

HSL color Cylindrical-coordinate representation of color #81D4FA: hue angle of 198.84º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81D4FA is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 212 250 -
CMYK 0.48 0.15 0 0.02
HSL 198.84º 0.92% 0.74% -
HSV(B) 198.84º 0.48% 0.98% -
XYZ 49.85 58.66 99.14 -
YUV 191.52 161 83.41 -
System Red Green Blue C M Y K H S L
Decimal 129 212 250 0.48 0.15 0 0.02 198.84 0.92 0.74
Hex 81 D4 FA 30 F 0 2 C7 5C 4A
Octal 201 324 372 60 17 0 2 307 134 112
Binary 10000001 11010100 11111010 110000 1111 0 10 11000111 1011100 1001010

Color Harmonies of #81D4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D4FA

Black with #81D4FA

Text Example


Text Example

White with #81D4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,212,250); }

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

background-color css

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

 a { background-color: rgb(129,212,250); }

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

border-color css

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

 span { border-color: rgb(129,212,250); }

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