Html Css Color HEX #84C9DB Spray

📋 copy color: '#84C9DB'

red 132 ◦ green 201 ◦ blue 219

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

Shades of Spray #84C9DB

Tints of Spray #84C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.41%

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

R = 23.91%
G = 36.41%
B = 39.67%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84C9DB (or 0x84C9DB) is known color: Spray. HEX triplet: 84, C9 and DB. RGB value is (132,201,219). Sum of RGB (Red+Green+Blue) = 132+201+219=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #84C9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C9DB is #7B3624. Grayscale: #B6B6B6. Windows color (decimal): -8074789 or 14403972. OLE color: 14403972.

HSL color Cylindrical-coordinate representation of color #84C9DB: hue angle of 192.41º 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 #84C9DB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 201 219 -
CMYK 0.40 0.08 0 0.14
HSL 192.41º 0.55% 0.69% -
HSV(B) 192.41º 0.4% 0.86% -
XYZ 43.19 51.79 74.74 -
YUV 182.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 132 201 219 0.40 0.08 0 0.14 192.41 0.55 0.69
Hex 84 C9 DB 28 8 0 E C0 37 45
Octal 204 311 333 50 10 0 16 300 67 105
Binary 10000100 11001001 11011011 101000 1000 0 1110 11000000 110111 1000101

Color Harmonies of #84C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C9DB

Black with #84C9DB

Text Example


Text Example

White with #84C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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