Html Css Color HEX #82D6EC Sky Blue

📋 copy color: '#82D6EC'

red 130 ◦ green 214 ◦ blue 236

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

Shades of Sky Blue #82D6EC

Tints of Sky Blue #82D6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.9%

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 22.41%
G = 36.9%
B = 40.69%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82D6EC (or 0x82D6EC) is known color: Sky Blue. HEX triplet: 82, D6 and EC. RGB value is (130,214,236). Sum of RGB (Red+Green+Blue) = 130+214+236=580 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.41% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #82D6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D6EC is #7D2913. Grayscale: #BFBFBF. Windows color (decimal): -8202516 or 15521410. OLE color: 15521410.

HSL color Cylindrical-coordinate representation of color #82D6EC: hue angle of 192.45º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82D6EC is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 214 236 -
CMYK 0.45 0.09 0 0.07
HSL 192.45º 0.74% 0.72% -
HSV(B) 192.45º 0.45% 0.93% -
XYZ 48.39 58.9 88.17 -
YUV 191.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 130 214 236 0.45 0.09 0 0.07 192.45 0.74 0.72
Hex 82 D6 EC 2D 9 0 7 C0 4A 48
Octal 202 326 354 55 11 0 7 300 112 110
Binary 10000010 11010110 11101100 101101 1001 0 111 11000000 1001010 1001000

Color Harmonies of #82D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D6EC

Black with #82D6EC

Text Example


Text Example

White with #82D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,214,236); }

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

background-color css

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

 a { background-color: rgb(130,214,236); }

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

border-color css

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

 span { border-color: rgb(130,214,236); }

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