Html Css Color HEX #84CCDF Spray

📋 copy color: '#84CCDF'

red 132 ◦ green 204 ◦ blue 223

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

Shades of Spray #84CCDF

Tints of Spray #84CCDF

RGB

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

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

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

R = 23.61%
G = 36.49%
B = 39.89%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84CCDF (or 0x84CCDF) is known color: Spray. HEX triplet: 84, CC and DF. RGB value is (132,204,223). Sum of RGB (Red+Green+Blue) = 132+204+223=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #84CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCDF is #7B3320. Grayscale: #B8B8B8. Windows color (decimal): -8074017 or 14666884. OLE color: 14666884.

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

Color convert

RGB 132 204 223 -
CMYK 0.41 0.09 0 0.13
HSL 192.53º 0.59% 0.7% -
HSV(B) 192.53º 0.41% 0.87% -
XYZ 44.43 53.42 77.78 -
YUV 184.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 132 204 223 0.41 0.09 0 0.13 192.53 0.59 0.7
Hex 84 CC DF 29 9 0 D C1 3B 46
Octal 204 314 337 51 11 0 15 301 73 106
Binary 10000100 11001100 11011111 101001 1001 0 1101 11000001 111011 1000110

Color Harmonies of #84CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CCDF

Black with #84CCDF

Text Example


Text Example

White with #84CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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