Html Css Color HEX #84C5CE Spray

📋 copy color: '#84C5CE'

red 132 ◦ green 197 ◦ blue 206

#84C5CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #84C5CE

Tints of Spray #84C5CE

RGB

 RED value IS 132 (51.95% from 255) = 24.67%

 GREEN value IS 197 (77.34% from 255) = 36.82%

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 24.67%
G = 36.82%
B = 38.5%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84C5CE (or 0x84C5CE) is known color: Spray. HEX triplet: 84, C5 and CE. RGB value is (132,197,206). Sum of RGB (Red+Green+Blue) = 132+197+206=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #84C5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C5CE is #7B3A31. Grayscale: #B2B2B2. Windows color (decimal): -8075826 or 13550980. OLE color: 13550980.

HSL color Cylindrical-coordinate representation of color #84C5CE: hue angle of 187.3º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C5CE is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 197 206 -
CMYK 0.36 0.04 0 0.19
HSL 187.3º 0.43% 0.66% -
HSV(B) 187.3º 0.36% 0.81% -
XYZ 40.62 49.29 65.77 -
YUV 178.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 132 197 206 0.36 0.04 0 0.19 187.3 0.43 0.66
Hex 84 C5 CE 24 4 0 13 BB 2B 42
Octal 204 305 316 44 4 0 23 273 53 102
Binary 10000100 11000101 11001110 100100 100 0 10011 10111011 101011 1000010

Color Harmonies of #84C5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C5CE

Black with #84C5CE

Text Example


Text Example

White with #84C5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84C5CE;
 }
 .AnyTagClassName
 {
   color: #84C5CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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