Html Css Color HEX #84D3DF Spray

📋 copy color: '#84D3DF'

red 132 ◦ green 211 ◦ blue 223

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

Shades of Spray #84D3DF

Tints of Spray #84D3DF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.28%

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

R = 23.32%
G = 37.28%
B = 39.4%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84D3DF (or 0x84D3DF) is known color: Spray. HEX triplet: 84, D3 and DF. RGB value is (132,211,223). Sum of RGB (Red+Green+Blue) = 132+211+223=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #84D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D3DF is #7B2C20. Grayscale: #BCBCBC. Windows color (decimal): -8072225 or 14668676. OLE color: 14668676.

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

Color convert

RGB 132 211 223 -
CMYK 0.41 0.05 0 0.13
HSL 187.91º 0.59% 0.7% -
HSV(B) 187.91º 0.41% 0.87% -
XYZ 46.13 56.82 78.35 -
YUV 188.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 132 211 223 0.41 0.05 0 0.13 187.91 0.59 0.7
Hex 84 D3 DF 29 5 0 D BC 3B 46
Octal 204 323 337 51 5 0 15 274 73 106
Binary 10000100 11010011 11011111 101001 101 0 1101 10111100 111011 1000110

Color Harmonies of #84D3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D3DF

Black with #84D3DF

Text Example


Text Example

White with #84D3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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