Html Css Color HEX #84D9DD Spray

📋 copy color: '#84D9DD'

red 132 ◦ green 217 ◦ blue 221

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

Shades of Spray #84D9DD

Tints of Spray #84D9DD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.07%

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

R = 23.16%
G = 38.07%
B = 38.77%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84D9DD (or 0x84D9DD) is known color: Spray. HEX triplet: 84, D9 and DD. RGB value is (132,217,221). Sum of RGB (Red+Green+Blue) = 132+217+221=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #84D9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D9DD is #7B2622. Grayscale: #BFBFBF. Windows color (decimal): -8070691 or 14539140. OLE color: 14539140.

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

Color convert

RGB 132 217 221 -
CMYK 0.40 0.02 0 0.13
HSL 182.7º 0.57% 0.69% -
HSV(B) 182.7º 0.4% 0.87% -
XYZ 47.38 59.75 77.44 -
YUV 192.04 144.34 85.17 -
System Red Green Blue C M Y K H S L
Decimal 132 217 221 0.40 0.02 0 0.13 182.7 0.57 0.69
Hex 84 D9 DD 28 2 0 D B7 39 45
Octal 204 331 335 50 2 0 15 267 71 105
Binary 10000100 11011001 11011101 101000 10 0 1101 10110111 111001 1000101

Color Harmonies of #84D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D9DD

Black with #84D9DD

Text Example


Text Example

White with #84D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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