Html Css Color HEX #84C8CA Spray

📋 copy color: '#84C8CA'

red 132 ◦ green 200 ◦ blue 202

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

Shades of Spray #84C8CA

Tints of Spray #84C8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.45%

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 24.72%
G = 37.45%
B = 37.83%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#84C8CA (or 0x84C8CA) is known color: Spray. HEX triplet: 84, C8 and CA. RGB value is (132,200,202). Sum of RGB (Red+Green+Blue) = 132+200+202=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #84C8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C8CA is #7B3735. Grayscale: #B3B3B3. Windows color (decimal): -8075062 or 13289604. OLE color: 13289604.

HSL color Cylindrical-coordinate representation of color #84C8CA: hue angle of 181.71º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C8CA is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 200 202 -
CMYK 0.35 0.01 0 0.21
HSL 181.71º 0.4% 0.65% -
HSV(B) 181.71º 0.35% 0.79% -
XYZ 40.83 50.48 63.47 -
YUV 179.9 140.47 93.84 -
System Red Green Blue C M Y K H S L
Decimal 132 200 202 0.35 0.01 0 0.21 181.71 0.4 0.65
Hex 84 C8 CA 23 1 0 15 B6 28 41
Octal 204 310 312 43 1 0 25 266 50 101
Binary 10000100 11001000 11001010 100011 1 0 10101 10110110 101000 1000001

Color Harmonies of #84C8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C8CA

Black with #84C8CA

Text Example


Text Example

White with #84C8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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