Html Css Color HEX #84C6DC Spray

📋 copy color: '#84C6DC'

red 132 ◦ green 198 ◦ blue 220

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

Shades of Spray #84C6DC

Tints of Spray #84C6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36%

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

R = 24%
G = 36%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84C6DC (or 0x84C6DC) is known color: Spray. HEX triplet: 84, C6 and DC. RGB value is (132,198,220). Sum of RGB (Red+Green+Blue) = 132+198+220=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #84C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C6DC is #7B3923. Grayscale: #B4B4B4. Windows color (decimal): -8075556 or 14468740. OLE color: 14468740.

HSL color Cylindrical-coordinate representation of color #84C6DC: hue angle of 195º 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 #84C6DC is Cyan = 0.40, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 198 220 -
CMYK 0.40 0.1 0 0.14
HSL 195º 0.56% 0.69% -
HSV(B) 195º 0.4% 0.86% -
XYZ 42.63 50.46 75.2 -
YUV 180.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 132 198 220 0.40 0.1 0 0.14 195 0.56 0.69
Hex 84 C6 DC 28 A 0 E C3 38 45
Octal 204 306 334 50 12 0 16 303 70 105
Binary 10000100 11000110 11011100 101000 1010 0 1110 11000011 111000 1000101

Color Harmonies of #84C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C6DC

Black with #84C6DC

Text Example


Text Example

White with #84C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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