Html Css Color HEX #82DCFF Light Sky Blue

📋 copy color: '#82DCFF'

red 130 ◦ green 220 ◦ blue 255

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

Shades of Light Sky Blue #82DCFF

Tints of Light Sky Blue #82DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.36%

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

R = 21.49%
G = 36.36%
B = 42.15%

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

#82DCFF (or 0x82DCFF) is known color: Light Sky Blue. HEX triplet: 82, DC and FF. RGB value is (130,220,255). Sum of RGB (Red+Green+Blue) = 130+220+255=605 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.49% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #82DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DCFF is #7D2300. Grayscale: #C4C4C4. Windows color (decimal): -8200961 or 16768130. OLE color: 16768130.

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

Color convert

RGB 130 220 255 -
CMYK 0.49 0.14 0 0
HSL 196.8º 1% 0.75% -
HSV(B) 196.8º 0.49% 1% -
XYZ 52.85 63.15 104.01 -
YUV 197.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 130 220 255 0.49 0.14 0 0 196.8 1 0.75
Hex 82 DC FF 31 E 0 0 C5 64 4B
Octal 202 334 377 61 16 0 0 305 144 113
Binary 10000010 11011100 11111111 110001 1110 0 0 11000101 1100100 1001011

Color Harmonies of #82DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DCFF

Black with #82DCFF

Text Example


Text Example

White with #82DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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