Html Css Color HEX #81DBFC Light Sky Blue

📋 copy color: '#81DBFC'

red 129 ◦ green 219 ◦ blue 252

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

Shades of Light Sky Blue #81DBFC

Tints of Light Sky Blue #81DBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42%

R = 21.5%
G = 36.5%
B = 42%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81DBFC (or 0x81DBFC) is known color: Light Sky Blue. HEX triplet: 81, DB and FC. RGB value is (129,219,252). Sum of RGB (Red+Green+Blue) = 129+219+252=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #81DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DBFC is #7E2403. Grayscale: #C3C3C3. Windows color (decimal): -8266756 or 16571265. OLE color: 16571265.

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

Color convert

RGB 129 219 252 -
CMYK 0.49 0.13 0 0.01
HSL 196.1º 0.95% 0.75% -
HSV(B) 196.1º 0.49% 0.99% -
XYZ 51.96 62.36 101.39 -
YUV 195.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 129 219 252 0.49 0.13 0 0.01 196.1 0.95 0.75
Hex 81 DB FC 31 D 0 1 C4 5F 4B
Octal 201 333 374 61 15 0 1 304 137 113
Binary 10000001 11011011 11111100 110001 1101 0 1 11000100 1011111 1001011

Color Harmonies of #81DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DBFC

Black with #81DBFC

Text Example


Text Example

White with #81DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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