Html Css Color HEX #84CDDF Spray

📋 copy color: '#84CDDF'

red 132 ◦ green 205 ◦ blue 223

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

Shades of Spray #84CDDF

Tints of Spray #84CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.61%

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

R = 23.57%
G = 36.61%
B = 39.82%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84CDDF (or 0x84CDDF) is known color: Spray. HEX triplet: 84, CD and DF. RGB value is (132,205,223). Sum of RGB (Red+Green+Blue) = 132+205+223=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #84CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDDF is #7B3220. Grayscale: #B9B9B9. Windows color (decimal): -8073761 or 14667140. OLE color: 14667140.

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

Color convert

RGB 132 205 223 -
CMYK 0.41 0.08 0 0.13
HSL 191.87º 0.59% 0.7% -
HSV(B) 191.87º 0.41% 0.87% -
XYZ 44.67 53.9 77.86 -
YUV 185.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 132 205 223 0.41 0.08 0 0.13 191.87 0.59 0.7
Hex 84 CD DF 29 8 0 D C0 3B 46
Octal 204 315 337 51 10 0 15 300 73 106
Binary 10000100 11001101 11011111 101001 1000 0 1101 11000000 111011 1000110

Color Harmonies of #84CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CDDF

Black with #84CDDF

Text Example


Text Example

White with #84CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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