Html Css Color HEX #82D1DB Spray

📋 copy color: '#82D1DB'

red 130 ◦ green 209 ◦ blue 219

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

Shades of Spray #82D1DB

Tints of Spray #82D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.46%

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

R = 23.3%
G = 37.46%
B = 39.25%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82D1DB (or 0x82D1DB) is known color: Spray. HEX triplet: 82, D1 and DB. RGB value is (130,209,219). Sum of RGB (Red+Green+Blue) = 130+209+219=558 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.30% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #82D1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D1DB is #7D2E24. Grayscale: #BABABA. Windows color (decimal): -8203813 or 14406018. OLE color: 14406018.

HSL color Cylindrical-coordinate representation of color #82D1DB: hue angle of 186.74º 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 #82D1DB is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 209 219 -
CMYK 0.41 0.05 0 0.14
HSL 186.74º 0.55% 0.68% -
HSV(B) 186.74º 0.41% 0.86% -
XYZ 44.79 55.46 75.36 -
YUV 186.52 146.33 87.69 -
System Red Green Blue C M Y K H S L
Decimal 130 209 219 0.41 0.05 0 0.14 186.74 0.55 0.68
Hex 82 D1 DB 29 5 0 E BB 37 44
Octal 202 321 333 51 5 0 16 273 67 104
Binary 10000010 11010001 11011011 101001 101 0 1110 10111011 110111 1000100

Color Harmonies of #82D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D1DB

Black with #82D1DB

Text Example


Text Example

White with #82D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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