#84D1E3

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

Shades of Spray #84D1E3

Tints of Spray #84D1E3

Color information

#84D1E3 (or 0x84D1E3) is unknown color: approx Spray. HEX triplet: 84, D1 and E3. RGB value is (132,209,227). Sum of RGB (Red+Green+Blue) = 132+209+227=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: blue. Hex color #84D1E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D1E3 is #7B2E1C. Grayscale: #BBBBBB. Windows color (decimal): -8072733 or 14930308. OLE color: 14930308.

HSL color Cylindrical-coordinate representation of color #84D1E3: hue angle of 191.37º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84D1E3 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132209227-
CMYK0.420.0800.11
HSL191.37º62.91%70.39%-
HSV(B)191.37º41.85%89.02%-
XYZ46.1856.0581.06-
YUV188.03149.9988.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.24%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 227 (89.06% from 255) = 39.96%
R=23.24%
G=36.80%
B=39.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322092270.420.0800.11191.3762.9170.39
Hex84D1E32A80Bbf3f46
Octal204321343521001327777106
Binary100001001101000111100011101010100001011101111111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,209,227); }

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

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

 a { background-color: rgb(132,209,227); }

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

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

 span { border-color: rgb(132,209,227); }

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