Html Css Color HEX #84CCDD Spray

📋 copy color: '#84CCDD'

red 132 ◦ green 204 ◦ blue 221

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

Shades of Spray #84CCDD

Tints of Spray #84CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.62%

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

R = 23.7%
G = 36.62%
B = 39.68%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84CCDD (or 0x84CCDD) is known color: Spray. HEX triplet: 84, CC and DD. RGB value is (132,204,221). Sum of RGB (Red+Green+Blue) = 132+204+221=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #84CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCDD is #7B3322. Grayscale: #B8B8B8. Windows color (decimal): -8074019 or 14535812. OLE color: 14535812.

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

Color convert

RGB 132 204 221 -
CMYK 0.40 0.08 0 0.13
HSL 191.46º 0.57% 0.69% -
HSV(B) 191.46º 0.4% 0.87% -
XYZ 44.16 53.31 76.37 -
YUV 184.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 132 204 221 0.40 0.08 0 0.13 191.46 0.57 0.69
Hex 84 CC DD 28 8 0 D BF 39 45
Octal 204 314 335 50 10 0 15 277 71 105
Binary 10000100 11001100 11011101 101000 1000 0 1101 10111111 111001 1000101

Color Harmonies of #84CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CCDD

Black with #84CCDD

Text Example


Text Example

White with #84CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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