#84CFD5

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

Shades of Spray #84CFD5

Tints of Spray #84CFD5

Color information

#84CFD5 (or 0x84CFD5) is unknown color: approx Spray. HEX triplet: 84, CF and D5. RGB value is (132,207,213). Sum of RGB (Red+Green+Blue) = 132+207+213=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #84CFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFD5 is #7B302A. Grayscale: #B9B9B9. Windows color (decimal): -8073259 or 14012292. OLE color: 14012292.

HSL color Cylindrical-coordinate representation of color #84CFD5: hue angle of 184.44º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84CFD5 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132207213-
CMYK0.380.0300.16
HSL184.44º49.09%67.65%-
HSV(B)184.44º38.03%83.53%-
XYZ43.8454.3471.13-
YUV185.26143.6590.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 213 (83.59% from 255) = 38.59%
R=23.91%
G=37.5%
B=38.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322072130.380.0300.16184.4449.0967.65
Hex84CFD5263010b83144
Octal20431732546302027061104
Binary10000100110011111101010110011011010000101110001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,207,213); }

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

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

 a { background-color: rgb(132,207,213); }

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

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

 span { border-color: rgb(132,207,213); }

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