#84CADA

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

Shades of Spray #84CADA

Tints of Spray #84CADA

Color information

#84CADA (or 0x84CADA) is unknown color: approx Spray. HEX triplet: 84, CA and DA. RGB value is (132,202,218). Sum of RGB (Red+Green+Blue) = 132+202+218=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #84CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CADA is #7B3525. Grayscale: #B6B6B6. Windows color (decimal): -8074534 or 14338692. OLE color: 14338692.

HSL color Cylindrical-coordinate representation of color #84CADA: hue angle of 191.16º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84CADA is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132202218-
CMYK0.390.0700.15
HSL191.16º53.75%68.63%-
HSV(B)191.16º39.45%85.49%-
XYZ43.2952.2174.13-
YUV182.89147.8191.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=23.91%
G=36.59%
B=39.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322022180.390.0700.15191.1653.7568.63
Hex84CADA2770Fbf3645
Octal20431233247701727766105
Binary10000100110010101101101010011111101111101111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,202,218); }

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

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

 a { background-color: rgb(132,202,218); }

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

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

 span { border-color: rgb(132,202,218); }

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