Html Css Color HEX #82D2DB Spray

📋 copy color: '#82D2DB'

red 130 ◦ green 210 ◦ blue 219

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

Shades of Spray #82D2DB

Tints of Spray #82D2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.57%

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 23.26%
G = 37.57%
B = 39.18%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82D2DB (or 0x82D2DB) is known color: Spray. HEX triplet: 82, D2 and DB. RGB value is (130,210,219). Sum of RGB (Red+Green+Blue) = 130+210+219=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #82D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D2DB is #7D2D24. Grayscale: #BABABA. Windows color (decimal): -8203557 or 14406274. OLE color: 14406274.

HSL color Cylindrical-coordinate representation of color #82D2DB: hue angle of 186.07º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82D2DB is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 210 219 -
CMYK 0.41 0.04 0 0.14
HSL 186.07º 0.55% 0.68% -
HSV(B) 186.07º 0.41% 0.86% -
XYZ 45.04 55.95 75.44 -
YUV 187.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 130 210 219 0.41 0.04 0 0.14 186.07 0.55 0.68
Hex 82 D2 DB 29 4 0 E BA 37 44
Octal 202 322 333 51 4 0 16 272 67 104
Binary 10000010 11010010 11011011 101001 100 0 1110 10111010 110111 1000100

Color Harmonies of #82D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D2DB

Black with #82D2DB

Text Example


Text Example

White with #82D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,210,219); }

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

background-color css

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

 a { background-color: rgb(130,210,219); }

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

border-color css

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

 span { border-color: rgb(130,210,219); }

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