Html Css Color HEX #82C2EB Sky Blue

📋 copy color: '#82C2EB'

red 130 ◦ green 194 ◦ blue 235

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

Shades of Sky Blue #82C2EB

Tints of Sky Blue #82C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.7%

 BLUE value IS 235 (92.19% from 255) = 42.04%

R = 23.26%
G = 34.7%
B = 42.04%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#82C2EB (or 0x82C2EB) is known color: Sky Blue. HEX triplet: 82, C2 and EB. RGB value is (130,194,235). Sum of RGB (Red+Green+Blue) = 130+194+235=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #82C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C2EB is #7D3D14. Grayscale: #B3B3B3. Windows color (decimal): -8207637 or 15450754. OLE color: 15450754.

HSL color Cylindrical-coordinate representation of color #82C2EB: hue angle of 203.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82C2EB is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 194 235 -
CMYK 0.45 0.17 0 0.08
HSL 203.43º 0.72% 0.72% -
HSV(B) 203.43º 0.45% 0.92% -
XYZ 43.49 49.33 85.83 -
YUV 179.54 159.3 92.67 -
System Red Green Blue C M Y K H S L
Decimal 130 194 235 0.45 0.17 0 0.08 203.43 0.72 0.72
Hex 82 C2 EB 2D 11 0 8 CB 48 48
Octal 202 302 353 55 21 0 10 313 110 110
Binary 10000010 11000010 11101011 101101 10001 0 1000 11001011 1001000 1001000

Color Harmonies of #82C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C2EB

Black with #82C2EB

Text Example


Text Example

White with #82C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,235); }

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

background-color css

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

 a { background-color: rgb(130,194,235); }

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

border-color css

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

 span { border-color: rgb(130,194,235); }

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