Html Css Color HEX #81DAFE Light Sky Blue

📋 copy color: '#81DAFE'

red 129 ◦ green 218 ◦ blue 254

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

Shades of Light Sky Blue #81DAFE

Tints of Light Sky Blue #81DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.27%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 21.46%
G = 36.27%
B = 42.26%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81DAFE (or 0x81DAFE) is known color: Light Sky Blue. HEX triplet: 81, DA and FE. RGB value is (129,218,254). Sum of RGB (Red+Green+Blue) = 129+218+254=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #81DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DAFE is #7E2501. Grayscale: #C3C3C3. Windows color (decimal): -8267010 or 16702081. OLE color: 16702081.

HSL color Cylindrical-coordinate representation of color #81DAFE: hue angle of 197.28º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81DAFE is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 218 254 -
CMYK 0.49 0.14 0 0.00
HSL 197.28º 0.98% 0.75% -
HSV(B) 197.28º 0.49% 1% -
XYZ 52.01 61.97 102.99 -
YUV 195.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 129 218 254 0.49 0.14 0 0.00 197.28 0.98 0.75
Hex 81 DA FE 31 E 0 0 C5 62 4B
Octal 201 332 376 61 16 0 0 305 142 113
Binary 10000001 11011010 11111110 110001 1110 0 0 11000101 1100010 1001011

Color Harmonies of #81DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DAFE

Black with #81DAFE

Text Example


Text Example

White with #81DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,218,254); }

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

background-color css

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

 a { background-color: rgb(129,218,254); }

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

border-color css

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

 span { border-color: rgb(129,218,254); }

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