Html Css Color HEX #84CBCC Spray

📋 copy color: '#84CBCC'

red 132 ◦ green 203 ◦ blue 204

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

Shades of Spray #84CBCC

Tints of Spray #84CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 24.49%
G = 37.66%
B = 37.85%

CMYK

 C value IS 0.35

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#84CBCC (or 0x84CBCC) is known color: Spray. HEX triplet: 84, CB and CC. RGB value is (132,203,204). Sum of RGB (Red+Green+Blue) = 132+203+204=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #84CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBCC is #7B3433. Grayscale: #B5B5B5. Windows color (decimal): -8074292 or 13421444. OLE color: 13421444.

HSL color Cylindrical-coordinate representation of color #84CBCC: hue angle of 180.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CBCC is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 203 204 -
CMYK 0.35 0.00 0 0.2
HSL 180.83º 0.41% 0.66% -
HSV(B) 180.83º 0.35% 0.8% -
XYZ 41.77 51.98 64.96 -
YUV 181.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 132 203 204 0.35 0.00 0 0.2 180.83 0.41 0.66
Hex 84 CB CC 23 0 0 14 B5 29 42
Octal 204 313 314 43 0 0 24 265 51 102
Binary 10000100 11001011 11001100 100011 0 0 10100 10110101 101001 1000010

Color Harmonies of #84CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CBCC

Black with #84CBCC

Text Example


Text Example

White with #84CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,203,204); }

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

background-color css

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

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

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

border-color css

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

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

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