Html Css Color HEX #84C3DC Spray

📋 copy color: '#84C3DC'

red 132 ◦ green 195 ◦ blue 220

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

Shades of Spray #84C3DC

Tints of Spray #84C3DC

RGB

 RED value IS 132 (51.95% from 255) = 24.13%

 GREEN value IS 195 (76.56% from 255) = 35.65%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 24.13%
G = 35.65%
B = 40.22%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84C3DC (or 0x84C3DC) is known color: Spray. HEX triplet: 84, C3 and DC. RGB value is (132,195,220). Sum of RGB (Red+Green+Blue) = 132+195+220=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #84C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C3DC is #7B3C23. Grayscale: #B2B2B2. Windows color (decimal): -8076324 or 14467972. OLE color: 14467972.

HSL color Cylindrical-coordinate representation of color #84C3DC: hue angle of 197.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84C3DC is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 195 220 -
CMYK 0.40 0.11 0 0.14
HSL 197.05º 0.56% 0.69% -
HSV(B) 197.05º 0.4% 0.86% -
XYZ 41.95 49.1 74.98 -
YUV 179.01 151.13 94.47 -
System Red Green Blue C M Y K H S L
Decimal 132 195 220 0.40 0.11 0 0.14 197.05 0.56 0.69
Hex 84 C3 DC 28 B 0 E C5 38 45
Octal 204 303 334 50 13 0 16 305 70 105
Binary 10000100 11000011 11011100 101000 1011 0 1110 11000101 111000 1000101

Color Harmonies of #84C3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C3DC

Black with #84C3DC

Text Example


Text Example

White with #84C3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84C3DC; }

 p { color: rgb(132,195,220); }

 H1.HeaderClassName
 {
   color: #84C3DC;
 }
 .AnyTagClassName
 {
   color: #84C3DC;
 }
</style>

background-color css

<style>
 a { background-color: #84C3DC; }

 a { background-color: rgb(132,195,220); }

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

border-color css

<style>
 span { border-color: #84C3DC; }

 span { border-color: rgb(132,195,220); }

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