Html Css Color HEX #82C0EB Sky Blue

📋 copy color: '#82C0EB'

red 130 ◦ green 192 ◦ blue 235

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

Shades of Sky Blue #82C0EB

Tints of Sky Blue #82C0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

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

R = 23.34%
G = 34.47%
B = 42.19%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#82C0EB (or 0x82C0EB) is known color: Sky Blue. HEX triplet: 82, C0 and EB. RGB value is (130,192,235). Sum of RGB (Red+Green+Blue) = 130+192+235=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #82C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C0EB is #7D3F14. Grayscale: #B2B2B2. Windows color (decimal): -8208149 or 15450242. OLE color: 15450242.

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

Color convert

RGB 130 192 235 -
CMYK 0.45 0.18 0 0.08
HSL 204.57º 0.72% 0.72% -
HSV(B) 204.57º 0.45% 0.92% -
XYZ 43.05 48.44 85.68 -
YUV 178.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 130 192 235 0.45 0.18 0 0.08 204.57 0.72 0.72
Hex 82 C0 EB 2D 12 0 8 CD 48 48
Octal 202 300 353 55 22 0 10 315 110 110
Binary 10000010 11000000 11101011 101101 10010 0 1000 11001101 1001000 1001000

Color Harmonies of #82C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C0EB

Black with #82C0EB

Text Example


Text Example

White with #82C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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