Html Css Color HEX #84C5DF Spray

📋 copy color: '#84C5DF'

red 132 ◦ green 197 ◦ blue 223

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

Shades of Spray #84C5DF

Tints of Spray #84C5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.69%

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

R = 23.91%
G = 35.69%
B = 40.4%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84C5DF (or 0x84C5DF) is known color: Spray. HEX triplet: 84, C5 and DF. RGB value is (132,197,223). Sum of RGB (Red+Green+Blue) = 132+197+223=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #84C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C5DF is #7B3A20. Grayscale: #B4B4B4. Windows color (decimal): -8075809 or 14665092. OLE color: 14665092.

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

Color convert

RGB 132 197 223 -
CMYK 0.41 0.12 0 0.13
HSL 197.14º 0.59% 0.7% -
HSV(B) 197.14º 0.41% 0.87% -
XYZ 42.8 50.17 77.24 -
YUV 180.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 132 197 223 0.41 0.12 0 0.13 197.14 0.59 0.7
Hex 84 C5 DF 29 C 0 D C5 3B 46
Octal 204 305 337 51 14 0 15 305 73 106
Binary 10000100 11000101 11011111 101001 1100 0 1101 11000101 111011 1000110

Color Harmonies of #84C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C5DF

Black with #84C5DF

Text Example


Text Example

White with #84C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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