#84C9DC

Color #84C9DC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #84C9DC

Tints of Spray #84C9DC

Color information

#84C9DC (or 0x84C9DC) is unknown color: approx Spray. HEX triplet: 84, C9 and DC. RGB value is (132,201,220). Sum of RGB (Red+Green+Blue) = 132+201+220=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #84C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C9DC is #7B3623. Grayscale: #B6B6B6. Windows color (decimal): -8074788 or 14469508. OLE color: 14469508.

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

Color convert

RGB132201220-
CMYK0.400.0900.14
HSL192.95º55.7%69.02%-
HSV(B)192.95º40%86.27%-
XYZ43.3251.8575.43-
YUV182.54149.1491.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 201 (78.91% from 255) = 36.35%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=23.87%
G=36.35%
B=39.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322012200.400.0900.14192.9555.769.02
Hex84C9DC2890Ec13845
Octal204311334501101630170105
Binary100001001100100111011100101000100101110110000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84C9DC;
 }
 .AnyTagClassName
 {
   color: #84C9DC;
 }
</style>
background-color css

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

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

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

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

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

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