Html Css Color HEX #82D7DF Spray

📋 copy color: '#82D7DF'

red 130 ◦ green 215 ◦ blue 223

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

Shades of Spray #82D7DF

Tints of Spray #82D7DF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.85%

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

R = 22.89%
G = 37.85%
B = 39.26%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82D7DF (or 0x82D7DF) is known color: Spray. HEX triplet: 82, D7 and DF. RGB value is (130,215,223). Sum of RGB (Red+Green+Blue) = 130+215+223=568 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.89% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #82D7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D7DF is #7D2820. Grayscale: #BEBEBE. Windows color (decimal): -8202273 or 14669698. OLE color: 14669698.

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

Color convert

RGB 130 215 223 -
CMYK 0.42 0.04 0 0.13
HSL 185.16º 0.59% 0.69% -
HSV(B) 185.16º 0.42% 0.87% -
XYZ 46.83 58.67 78.67 -
YUV 190.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 130 215 223 0.42 0.04 0 0.13 185.16 0.59 0.69
Hex 82 D7 DF 2A 4 0 D B9 3B 45
Octal 202 327 337 52 4 0 15 271 73 105
Binary 10000010 11010111 11011111 101010 100 0 1101 10111001 111011 1000101

Color Harmonies of #82D7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D7DF

Black with #82D7DF

Text Example


Text Example

White with #82D7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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