Html Css Color HEX #82C0E1 Sky Blue

📋 copy color: '#82C0E1'

red 130 ◦ green 192 ◦ blue 225

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

Shades of Sky Blue #82C0E1

Tints of Sky Blue #82C0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 23.77%
G = 35.1%
B = 41.13%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#82C0E1 (or 0x82C0E1) is known color: Sky Blue. HEX triplet: 82, C0 and E1. RGB value is (130,192,225). Sum of RGB (Red+Green+Blue) = 130+192+225=547 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.77% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #82C0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C0E1 is #7D3F1E. Grayscale: #B1B1B1. Windows color (decimal): -8208159 or 14794882. OLE color: 14794882.

HSL color Cylindrical-coordinate representation of color #82C0E1: hue angle of 200.84º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82C0E1 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 192 225 -
CMYK 0.42 0.15 0 0.12
HSL 200.84º 0.61% 0.7% -
HSV(B) 200.84º 0.42% 0.88% -
XYZ 41.65 47.88 78.28 -
YUV 177.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 130 192 225 0.42 0.15 0 0.12 200.84 0.61 0.7
Hex 82 C0 E1 2A F 0 C C9 3D 46
Octal 202 300 341 52 17 0 14 311 75 106
Binary 10000010 11000000 11100001 101010 1111 0 1100 11001001 111101 1000110

Color Harmonies of #82C0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C0E1

Black with #82C0E1

Text Example


Text Example

White with #82C0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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