Html Css Color HEX #84CACE Spray

📋 copy color: '#84CACE'

red 132 ◦ green 202 ◦ blue 206

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

Shades of Spray #84CACE

Tints of Spray #84CACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

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

R = 24.44%
G = 37.41%
B = 38.15%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84CACE (or 0x84CACE) is known color: Spray. HEX triplet: 84, CA and CE. RGB value is (132,202,206). Sum of RGB (Red+Green+Blue) = 132+202+206=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #84CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CACE is #7B3531. Grayscale: #B5B5B5. Windows color (decimal): -8074546 or 13552260. OLE color: 13552260.

HSL color Cylindrical-coordinate representation of color #84CACE: hue angle of 183.24º 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 #84CACE is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 202 206 -
CMYK 0.36 0.02 0 0.19
HSL 183.24º 0.43% 0.66% -
HSV(B) 183.24º 0.36% 0.81% -
XYZ 41.78 51.6 66.15 -
YUV 181.53 141.81 92.67 -
System Red Green Blue C M Y K H S L
Decimal 132 202 206 0.36 0.02 0 0.19 183.24 0.43 0.66
Hex 84 CA CE 24 2 0 13 B7 2B 42
Octal 204 312 316 44 2 0 23 267 53 102
Binary 10000100 11001010 11001110 100100 10 0 10011 10110111 101011 1000010

Color Harmonies of #84CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CACE

Black with #84CACE

Text Example


Text Example

White with #84CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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