Html Css Color HEX #84C1DD Spray

📋 copy color: '#84C1DD'

red 132 ◦ green 193 ◦ blue 221

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

Shades of Spray #84C1DD

Tints of Spray #84C1DD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.35%

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

R = 24.18%
G = 35.35%
B = 40.48%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84C1DD (or 0x84C1DD) is known color: Spray. HEX triplet: 84, C1 and DD. RGB value is (132,193,221). Sum of RGB (Red+Green+Blue) = 132+193+221=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #84C1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C1DD is #7B3E22. Grayscale: #B1B1B1. Windows color (decimal): -8076835 or 14532996. OLE color: 14532996.

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

Color convert

RGB 132 193 221 -
CMYK 0.40 0.13 0 0.13
HSL 198.88º 0.57% 0.69% -
HSV(B) 198.88º 0.4% 0.87% -
XYZ 41.64 48.27 75.53 -
YUV 177.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 132 193 221 0.40 0.13 0 0.13 198.88 0.57 0.69
Hex 84 C1 DD 28 D 0 D C7 39 45
Octal 204 301 335 50 15 0 15 307 71 105
Binary 10000100 11000001 11011101 101000 1101 0 1101 11000111 111001 1000101

Color Harmonies of #84C1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C1DD

Black with #84C1DD

Text Example


Text Example

White with #84C1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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