Html Css Color HEX #82C0DF Sky Blue

📋 copy color: '#82C0DF'

red 130 ◦ green 192 ◦ blue 223

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

Shades of Sky Blue #82C0DF

Tints of Sky Blue #82C0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 23.85%
G = 35.23%
B = 40.92%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82C0DF (or 0x82C0DF) is known color: Sky Blue. HEX triplet: 82, C0 and DF. RGB value is (130,192,223). Sum of RGB (Red+Green+Blue) = 130+192+223=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #82C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C0DF is #7D3F20. Grayscale: #B0B0B0. Windows color (decimal): -8208161 or 14663810. OLE color: 14663810.

HSL color Cylindrical-coordinate representation of color #82C0DF: hue angle of 200º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82C0DF is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 192 223 -
CMYK 0.42 0.14 0 0.13
HSL 200º 0.59% 0.69% -
HSV(B) 200º 0.42% 0.87% -
XYZ 41.37 47.77 76.85 -
YUV 177 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 130 192 223 0.42 0.14 0 0.13 200 0.59 0.69
Hex 82 C0 DF 2A E 0 D C8 3B 45
Octal 202 300 337 52 16 0 15 310 73 105
Binary 10000010 11000000 11011111 101010 1110 0 1101 11001000 111011 1000101

Color Harmonies of #82C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C0DF

Black with #82C0DF

Text Example


Text Example

White with #82C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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