Html Css Color HEX #82C5DF Spray

📋 copy color: '#82C5DF'

red 130 ◦ green 197 ◦ blue 223

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

Shades of Spray #82C5DF

Tints of Spray #82C5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.82%

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

R = 23.64%
G = 35.82%
B = 40.55%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82C5DF (or 0x82C5DF) is known color: Spray. HEX triplet: 82, C5 and DF. RGB value is (130,197,223). Sum of RGB (Red+Green+Blue) = 130+197+223=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #82C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C5DF is #7D3A20. Grayscale: #B3B3B3. Windows color (decimal): -8206881 or 14665090. OLE color: 14665090.

HSL color Cylindrical-coordinate representation of color #82C5DF: hue angle of 196.77º 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 #82C5DF is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 197 223 -
CMYK 0.42 0.12 0 0.13
HSL 196.77º 0.59% 0.69% -
HSV(B) 196.77º 0.42% 0.87% -
XYZ 42.49 50.01 77.22 -
YUV 179.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 130 197 223 0.42 0.12 0 0.13 196.77 0.59 0.69
Hex 82 C5 DF 2A C 0 D C5 3B 45
Octal 202 305 337 52 14 0 15 305 73 105
Binary 10000010 11000101 11011111 101010 1100 0 1101 11000101 111011 1000101

Color Harmonies of #82C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C5DF

Black with #82C5DF

Text Example


Text Example

White with #82C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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