Html Css Color HEX #84C6CD Spray

📋 copy color: '#84C6CD'

red 132 ◦ green 198 ◦ blue 205

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

Shades of Spray #84C6CD

Tints of Spray #84C6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.01%

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 24.67%
G = 37.01%
B = 38.32%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#84C6CD (or 0x84C6CD) is known color: Spray. HEX triplet: 84, C6 and CD. RGB value is (132,198,205). Sum of RGB (Red+Green+Blue) = 132+198+205=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #84C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C6CD is #7B3932. Grayscale: #B2B2B2. Windows color (decimal): -8075571 or 13485700. OLE color: 13485700.

HSL color Cylindrical-coordinate representation of color #84C6CD: hue angle of 185.75º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C6CD is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 198 205 -
CMYK 0.36 0.03 0 0.20
HSL 185.75º 0.42% 0.66% -
HSV(B) 185.75º 0.36% 0.8% -
XYZ 40.73 49.7 65.2 -
YUV 179.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 132 198 205 0.36 0.03 0 0.20 185.75 0.42 0.66
Hex 84 C6 CD 24 3 0 14 BA 2A 42
Octal 204 306 315 44 3 0 24 272 52 102
Binary 10000100 11000110 11001101 100100 11 0 10100 10111010 101010 1000010

Color Harmonies of #84C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C6CD

Black with #84C6CD

Text Example


Text Example

White with #84C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,198,205); }

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

background-color css

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

 a { background-color: rgb(132,198,205); }

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

border-color css

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

 span { border-color: rgb(132,198,205); }

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