Html Css Color HEX #81DBFE Light Sky Blue

📋 copy color: '#81DBFE'

red 129 ◦ green 219 ◦ blue 254

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

Shades of Light Sky Blue #81DBFE

Tints of Light Sky Blue #81DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.38%

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

R = 21.43%
G = 36.38%
B = 42.19%

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

#81DBFE (or 0x81DBFE) is known color: Light Sky Blue. HEX triplet: 81, DB and FE. RGB value is (129,219,254). Sum of RGB (Red+Green+Blue) = 129+219+254=602 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.43% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #81DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DBFE is #7E2401. Grayscale: #C3C3C3. Windows color (decimal): -8266754 or 16702337. OLE color: 16702337.

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

Color convert

RGB 129 219 254 -
CMYK 0.49 0.14 0 0.00
HSL 196.8º 0.98% 0.75% -
HSV(B) 196.8º 0.49% 1% -
XYZ 52.27 62.49 103.07 -
YUV 196.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 129 219 254 0.49 0.14 0 0.00 196.8 0.98 0.75
Hex 81 DB FE 31 E 0 0 C5 62 4B
Octal 201 333 376 61 16 0 0 305 142 113
Binary 10000001 11011011 11111110 110001 1110 0 0 11000101 1100010 1001011

Color Harmonies of #81DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DBFE

Black with #81DBFE

Text Example


Text Example

White with #81DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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