Html Css Color HEX #82DEEC Sky Blue

📋 copy color: '#82DEEC'

red 130 ◦ green 222 ◦ blue 236

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

Shades of Sky Blue #82DEEC

Tints of Sky Blue #82DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.76%

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

R = 22.11%
G = 37.76%
B = 40.14%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82DEEC (or 0x82DEEC) is known color: Sky Blue. HEX triplet: 82, DE and EC. RGB value is (130,222,236). Sum of RGB (Red+Green+Blue) = 130+222+236=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #82DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DEEC is #7D2113. Grayscale: #C3C3C3. Windows color (decimal): -8200468 or 15523458. OLE color: 15523458.

HSL color Cylindrical-coordinate representation of color #82DEEC: hue angle of 187.92º 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 #82DEEC is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 222 236 -
CMYK 0.45 0.06 0 0.07
HSL 187.92º 0.74% 0.72% -
HSV(B) 187.92º 0.45% 0.93% -
XYZ 50.47 63.04 88.87 -
YUV 196.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 130 222 236 0.45 0.06 0 0.07 187.92 0.74 0.72
Hex 82 DE EC 2D 6 0 7 BC 4A 48
Octal 202 336 354 55 6 0 7 274 112 110
Binary 10000010 11011110 11101100 101101 110 0 111 10111100 1001010 1001000

Color Harmonies of #82DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DEEC

Black with #82DEEC

Text Example


Text Example

White with #82DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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