Html Css Color HEX #81DBFB Light Sky Blue

📋 copy color: '#81DBFB'

red 129 ◦ green 219 ◦ blue 251

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

Shades of Light Sky Blue #81DBFB

Tints of Light Sky Blue #81DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.9%

R = 21.54%
G = 36.56%
B = 41.9%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81DBFB (or 0x81DBFB) is known color: Light Sky Blue. HEX triplet: 81, DB and FB. RGB value is (129,219,251). Sum of RGB (Red+Green+Blue) = 129+219+251=599 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.54% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #81DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DBFB is #7E2404. Grayscale: #C3C3C3. Windows color (decimal): -8266757 or 16505729. OLE color: 16505729.

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

Color convert

RGB 129 219 251 -
CMYK 0.49 0.13 0 0.02
HSL 195.74º 0.94% 0.75% -
HSV(B) 195.74º 0.49% 0.98% -
XYZ 51.8 62.3 100.56 -
YUV 195.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 129 219 251 0.49 0.13 0 0.02 195.74 0.94 0.75
Hex 81 DB FB 31 D 0 2 C4 5E 4B
Octal 201 333 373 61 15 0 2 304 136 113
Binary 10000001 11011011 11111011 110001 1101 0 10 11000100 1011110 1001011

Color Harmonies of #81DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DBFB

Black with #81DBFB

Text Example


Text Example

White with #81DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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