Html Css Color HEX #84C3DB Spray

📋 copy color: '#84C3DB'

red 132 ◦ green 195 ◦ blue 219

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

Shades of Spray #84C3DB

Tints of Spray #84C3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.71%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 24.18%
G = 35.71%
B = 40.11%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84C3DB (or 0x84C3DB) is known color: Spray. HEX triplet: 84, C3 and DB. RGB value is (132,195,219). Sum of RGB (Red+Green+Blue) = 132+195+219=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #84C3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C3DB is #7B3C24. Grayscale: #B2B2B2. Windows color (decimal): -8076325 or 14402436. OLE color: 14402436.

HSL color Cylindrical-coordinate representation of color #84C3DB: hue angle of 196.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84C3DB is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 195 219 -
CMYK 0.40 0.11 0 0.14
HSL 196.55º 0.55% 0.69% -
HSV(B) 196.55º 0.4% 0.86% -
XYZ 41.82 49.05 74.28 -
YUV 178.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 132 195 219 0.40 0.11 0 0.14 196.55 0.55 0.69
Hex 84 C3 DB 28 B 0 E C5 37 45
Octal 204 303 333 50 13 0 16 305 67 105
Binary 10000100 11000011 11011011 101000 1011 0 1110 11000101 110111 1000101

Color Harmonies of #84C3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C3DB

Black with #84C3DB

Text Example


Text Example

White with #84C3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,195,219); }

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

background-color css

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

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

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

border-color css

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

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

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