Html Css Color HEX #84DBDD Spray

📋 copy color: '#84DBDD'

red 132 ◦ green 219 ◦ blue 221

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

Shades of Spray #84DBDD

Tints of Spray #84DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.29%

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 23.08%
G = 38.29%
B = 38.64%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84DBDD (or 0x84DBDD) is known color: Spray. HEX triplet: 84, DB and DD. RGB value is (132,219,221). Sum of RGB (Red+Green+Blue) = 132+219+221=572 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.08% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #84DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBDD is #7B2422. Grayscale: #C1C1C1. Windows color (decimal): -8070179 or 14539652. OLE color: 14539652.

HSL color Cylindrical-coordinate representation of color #84DBDD: hue angle of 181.35º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DBDD is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 219 221 -
CMYK 0.40 0.01 0 0.13
HSL 181.35º 0.57% 0.69% -
HSV(B) 181.35º 0.4% 0.87% -
XYZ 47.9 60.79 77.62 -
YUV 193.22 143.68 84.34 -
System Red Green Blue C M Y K H S L
Decimal 132 219 221 0.40 0.01 0 0.13 181.35 0.57 0.69
Hex 84 DB DD 28 1 0 D B5 39 45
Octal 204 333 335 50 1 0 15 265 71 105
Binary 10000100 11011011 11011101 101000 1 0 1101 10110101 111001 1000101

Color Harmonies of #84DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DBDD

Black with #84DBDD

Text Example


Text Example

White with #84DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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