#84C3CB

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

Shades of Spray #84C3CB

Tints of Spray #84C3CB

Color information

#84C3CB (or 0x84C3CB) is unknown color: approx Spray. HEX triplet: 84, C3 and CB. RGB value is (132,195,203). Sum of RGB (Red+Green+Blue) = 132+195+203=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #84C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C3CB is #7B3C34. Grayscale: #B0B0B0. Windows color (decimal): -8076341 or 13353860. OLE color: 13353860.

HSL color Cylindrical-coordinate representation of color #84C3CB: hue angle of 186.76º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C3CB is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132195203-
CMYK0.350.0400.20
HSL186.76º40.57%65.69%-
HSV(B)186.76º34.98%79.61%-
XYZ39.8148.2563.71-
YUV177.08142.6395.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.91%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=24.91%
G=36.79%
B=38.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321952030.350.0400.20186.7640.5765.69
Hex84C3CB234014bb2942
Octal20430331343402427351102
Binary100001001100001111001011100011100010100101110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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