Html Css Color HEX #82D5DB Spray

📋 copy color: '#82D5DB'

red 130 ◦ green 213 ◦ blue 219

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

Shades of Spray #82D5DB

Tints of Spray #82D5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.9%

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

R = 23.13%
G = 37.9%
B = 38.97%

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

#82D5DB (or 0x82D5DB) is known color: Spray. HEX triplet: 82, D5 and DB. RGB value is (130,213,219). Sum of RGB (Red+Green+Blue) = 130+213+219=562 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.13% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #82D5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D5DB is #7D2A24. Grayscale: #BCBCBC. Windows color (decimal): -8202789 or 14407042. OLE color: 14407042.

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

Color convert

RGB 130 213 219 -
CMYK 0.41 0.03 0 0.14
HSL 184.04º 0.55% 0.68% -
HSV(B) 184.04º 0.41% 0.86% -
XYZ 45.79 57.45 75.69 -
YUV 188.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 130 213 219 0.41 0.03 0 0.14 184.04 0.55 0.68
Hex 82 D5 DB 29 3 0 E B8 37 44
Octal 202 325 333 51 3 0 16 270 67 104
Binary 10000010 11010101 11011011 101001 11 0 1110 10111000 110111 1000100

Color Harmonies of #82D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D5DB

Black with #82D5DB

Text Example


Text Example

White with #82D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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