#84CED4

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

Shades of Spray #84CED4

Tints of Spray #84CED4

Color information

#84CED4 (or 0x84CED4) is unknown color: approx Spray. HEX triplet: 84, CE and D4. RGB value is (132,206,212). Sum of RGB (Red+Green+Blue) = 132+206+212=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 212 - color contains mainly: blue. Hex color #84CED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CED4 is #7B312B. Grayscale: #B8B8B8. Windows color (decimal): -8073516 or 13946500. OLE color: 13946500.

HSL color Cylindrical-coordinate representation of color #84CED4: hue angle of 184.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84CED4 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB132206212-
CMYK0.380.0300.17
HSL184.5º48.19%67.45%-
HSV(B)184.5º37.74%83.14%-
XYZ43.4753.870.38-
YUV184.56143.4890.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 212 (83.20% from 255) = 38.55%
R=24%
G=37.45%
B=38.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1322062120.380.0300.17184.548.1967.45
Hex84CED4263011b83043
Octal20431632446302127060103
Binary10000100110011101101010010011011010001101110001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,206,212); }

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

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

 a { background-color: rgb(132,206,212); }

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

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

 span { border-color: rgb(132,206,212); }

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