Html Css Color HEX #82DBFF Light Sky Blue

📋 copy color: '#82DBFF'

red 130 ◦ green 219 ◦ blue 255

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

Shades of Light Sky Blue #82DBFF

Tints of Light Sky Blue #82DBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.22%

R = 21.52%
G = 36.26%
B = 42.22%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82DBFF (or 0x82DBFF) is known color: Light Sky Blue. HEX triplet: 82, DB and FF. RGB value is (130,219,255). Sum of RGB (Red+Green+Blue) = 130+219+255=604 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.52% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #82DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBFF is #7D2400. Grayscale: #C4C4C4. Windows color (decimal): -8201217 or 16767874. OLE color: 16767874.

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

Color convert

RGB 130 219 255 -
CMYK 0.49 0.14 0 0
HSL 197.28º 1% 0.75% -
HSV(B) 197.28º 0.49% 1% -
XYZ 52.59 62.63 103.92 -
YUV 196.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 130 219 255 0.49 0.14 0 0 197.28 1 0.75
Hex 82 DB FF 31 E 0 0 C5 64 4B
Octal 202 333 377 61 16 0 0 305 144 113
Binary 10000010 11011011 11111111 110001 1110 0 0 11000101 1100100 1001011

Color Harmonies of #82DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DBFF

Black with #82DBFF

Text Example


Text Example

White with #82DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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