Html Css Color HEX #82D4DB Spray

📋 copy color: '#82D4DB'

red 130 ◦ green 212 ◦ blue 219

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

Shades of Spray #82D4DB

Tints of Spray #82D4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.79%

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

R = 23.17%
G = 37.79%
B = 39.04%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82D4DB (or 0x82D4DB) is known color: Spray. HEX triplet: 82, D4 and DB. RGB value is (130,212,219). Sum of RGB (Red+Green+Blue) = 130+212+219=561 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.17% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #82D4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D4DB is #7D2B24. Grayscale: #BCBCBC. Windows color (decimal): -8203045 or 14406786. OLE color: 14406786.

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

Color convert

RGB 130 212 219 -
CMYK 0.41 0.03 0 0.14
HSL 184.72º 0.55% 0.68% -
HSV(B) 184.72º 0.41% 0.86% -
XYZ 45.54 56.95 75.61 -
YUV 188.28 145.33 86.43 -
System Red Green Blue C M Y K H S L
Decimal 130 212 219 0.41 0.03 0 0.14 184.72 0.55 0.68
Hex 82 D4 DB 29 3 0 E B9 37 44
Octal 202 324 333 51 3 0 16 271 67 104
Binary 10000010 11010100 11011011 101001 11 0 1110 10111001 110111 1000100

Color Harmonies of #82D4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D4DB

Black with #82D4DB

Text Example


Text Example

White with #82D4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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