Html Css Color HEX #82DADB Spray

📋 copy color: '#82DADB'

red 130 ◦ green 218 ◦ blue 219

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

Shades of Spray #82DADB

Tints of Spray #82DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.45%

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

R = 22.93%
G = 38.45%
B = 38.62%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82DADB (or 0x82DADB) is known color: Spray. HEX triplet: 82, DA and DB. RGB value is (130,218,219). Sum of RGB (Red+Green+Blue) = 130+218+219=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #82DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DADB is #7D2524. Grayscale: #BFBFBF. Windows color (decimal): -8201509 or 14408322. OLE color: 14408322.

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

Color convert

RGB 130 218 219 -
CMYK 0.41 0.00 0 0.14
HSL 180.67º 0.55% 0.68% -
HSV(B) 180.67º 0.41% 0.86% -
XYZ 47.06 60 76.12 -
YUV 191.8 143.35 83.92 -
System Red Green Blue C M Y K H S L
Decimal 130 218 219 0.41 0.00 0 0.14 180.67 0.55 0.68
Hex 82 DA DB 29 0 0 E B5 37 44
Octal 202 332 333 51 0 0 16 265 67 104
Binary 10000010 11011010 11011011 101001 0 0 1110 10110101 110111 1000100

Color Harmonies of #82DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DADB

Black with #82DADB

Text Example


Text Example

White with #82DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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