Html Css Color HEX #82D4DF Spray

📋 copy color: '#82D4DF'

red 130 ◦ green 212 ◦ blue 223

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

Shades of Spray #82D4DF

Tints of Spray #82D4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 23.01%
G = 37.52%
B = 39.47%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82D4DF (or 0x82D4DF) is known color: Spray. HEX triplet: 82, D4 and DF. RGB value is (130,212,223). Sum of RGB (Red+Green+Blue) = 130+212+223=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #82D4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D4DF is #7D2B20. Grayscale: #BCBCBC. Windows color (decimal): -8203041 or 14668930. OLE color: 14668930.

HSL color Cylindrical-coordinate representation of color #82D4DF: hue angle of 187.1º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82D4DF is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 212 223 -
CMYK 0.42 0.05 0 0.13
HSL 187.1º 0.59% 0.69% -
HSV(B) 187.1º 0.42% 0.87% -
XYZ 46.07 57.16 78.42 -
YUV 188.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 130 212 223 0.42 0.05 0 0.13 187.1 0.59 0.69
Hex 82 D4 DF 2A 5 0 D BB 3B 45
Octal 202 324 337 52 5 0 15 273 73 105
Binary 10000010 11010100 11011111 101010 101 0 1101 10111011 111011 1000101

Color Harmonies of #82D4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D4DF

Black with #82D4DF

Text Example


Text Example

White with #82D4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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