Html Css Color HEX #82DBFB Light Sky Blue

📋 copy color: '#82DBFB'

red 130 ◦ green 219 ◦ blue 251

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

Shades of Light Sky Blue #82DBFB

Tints of Light Sky Blue #82DBFB

RGB

 RED value IS 130 (51.17% from 255) = 21.67%

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

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

R = 21.67%
G = 36.5%
B = 41.83%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#82DBFB (or 0x82DBFB) is known color: Light Sky Blue. HEX triplet: 82, DB and FB. RGB value is (130,219,251). Sum of RGB (Red+Green+Blue) = 130+219+251=600 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.67% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #82DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBFB is #7D2404. Grayscale: #C3C3C3. Windows color (decimal): -8201221 or 16505730. OLE color: 16505730.

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

Color convert

RGB 130 219 251 -
CMYK 0.48 0.13 0 0.02
HSL 195.87º 0.94% 0.75% -
HSV(B) 195.87º 0.48% 0.98% -
XYZ 51.95 62.37 100.57 -
YUV 196.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 130 219 251 0.48 0.13 0 0.02 195.87 0.94 0.75
Hex 82 DB FB 30 D 0 2 C4 5E 4B
Octal 202 333 373 60 15 0 2 304 136 113
Binary 10000010 11011011 11111011 110000 1101 0 10 11000100 1011110 1001011

Color Harmonies of #82DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DBFB

Black with #82DBFB

Text Example


Text Example

White with #82DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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