#84DBE3

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

Shades of Spray #84DBE3

Tints of Spray #84DBE3

Color information

#84DBE3 (or 0x84DBE3) is unknown color: approx Spray. HEX triplet: 84, DB and E3. RGB value is (132,219,227). Sum of RGB (Red+Green+Blue) = 132+219+227=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #84DBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBE3 is #7B241C. Grayscale: #C1C1C1. Windows color (decimal): -8070173 or 14932868. OLE color: 14932868.

HSL color Cylindrical-coordinate representation of color #84DBE3: hue angle of 185.05º 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 #84DBE3 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132219227-
CMYK0.420.0400.11
HSL185.05º62.91%70.39%-
HSV(B)185.05º41.85%89.02%-
XYZ48.7161.1181.9-
YUV193.9146.6883.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.84%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 227 (89.06% from 255) = 39.27%
R=22.84%
G=37.89%
B=39.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322192270.420.0400.11185.0562.9170.39
Hex84DBE32A40Bb93f46
Octal20433334352401327177106
Binary10000100110110111110001110101010001011101110011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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