Html Css Color HEX #84CECE Spray

📋 copy color: '#84CECE'

red 132 ◦ green 206 ◦ blue 206

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

Shades of Spray #84CECE

Tints of Spray #84CECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.87%

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

R = 24.26%
G = 37.87%
B = 37.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84CECE (or 0x84CECE) is known color: Spray. HEX triplet: 84, CE and CE. RGB value is (132,206,206). Sum of RGB (Red+Green+Blue) = 132+206+206=544 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.26% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #84CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CECE is #7B3131. Grayscale: #B7B7B7. Windows color (decimal): -8073522 or 13553284. OLE color: 13553284.

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

Color convert

RGB 132 206 206 -
CMYK 0.36 0 0 0.19
HSL 180º 0.43% 0.66% -
HSV(B) 180º 0.36% 0.81% -
XYZ 42.73 53.5 66.47 -
YUV 183.87 140.48 91 -
System Red Green Blue C M Y K H S L
Decimal 132 206 206 0.36 0 0 0.19 180 0.43 0.66
Hex 84 CE CE 24 0 0 13 B4 2B 42
Octal 204 316 316 44 0 0 23 264 53 102
Binary 10000100 11001110 11001110 100100 0 0 10011 10110100 101011 1000010

Color Harmonies of #84CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CECE

Black with #84CECE

Text Example


Text Example

White with #84CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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