Html Css Color HEX #84DCDF Spray

📋 copy color: '#84DCDF'

red 132 ◦ green 220 ◦ blue 223

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

Shades of Spray #84DCDF

Tints of Spray #84DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 22.96%
G = 38.26%
B = 38.78%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84DCDF (or 0x84DCDF) is known color: Spray. HEX triplet: 84, DC and DF. RGB value is (132,220,223). Sum of RGB (Red+Green+Blue) = 132+220+223=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #84DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCDF is #7B2320. Grayscale: #C1C1C1. Windows color (decimal): -8069921 or 14670980. OLE color: 14670980.

HSL color Cylindrical-coordinate representation of color #84DCDF: hue angle of 181.98º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DCDF is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 220 223 -
CMYK 0.41 0.01 0 0.13
HSL 181.98º 0.59% 0.7% -
HSV(B) 181.98º 0.41% 0.87% -
XYZ 48.43 61.42 79.11 -
YUV 194.03 144.35 83.76 -
System Red Green Blue C M Y K H S L
Decimal 132 220 223 0.41 0.01 0 0.13 181.98 0.59 0.7
Hex 84 DC DF 29 1 0 D B6 3B 46
Octal 204 334 337 51 1 0 15 266 73 106
Binary 10000100 11011100 11011111 101001 1 0 1101 10110110 111011 1000110

Color Harmonies of #84DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCDF

Black with #84DCDF

Text Example


Text Example

White with #84DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,220,223); }

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

background-color css

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

 a { background-color: rgb(132,220,223); }

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

border-color css

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

 span { border-color: rgb(132,220,223); }

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