#84CFE1

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

Shades of Spray #84CFE1

Tints of Spray #84CFE1

Color information

#84CFE1 (or 0x84CFE1) is unknown color: approx Spray. HEX triplet: 84, CF and E1. RGB value is (132,207,225). Sum of RGB (Red+Green+Blue) = 132+207+225=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #84CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFE1 is #7B301E. Grayscale: #BABABA. Windows color (decimal): -8073247 or 14798724. OLE color: 14798724.

HSL color Cylindrical-coordinate representation of color #84CFE1: hue angle of 191.61º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84CFE1 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132207225-
CMYK0.410.0800.12
HSL191.61º60.78%70%-
HSV(B)191.61º41.33%88.24%-
XYZ45.4254.9779.45-
YUV186.63149.6589.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.40%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 225 (88.28% from 255) = 39.89%
R=23.40%
G=36.70%
B=39.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322072250.410.0800.12191.6160.7870
Hex84CFE12980Cc03d46
Octal204317341511001430075106
Binary100001001100111111100001101001100001100110000001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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