Html Css Color HEX #84CFD6 Spray

📋 copy color: '#84CFD6'

red 132 ◦ green 207 ◦ blue 214

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

Shades of Spray #84CFD6

Tints of Spray #84CFD6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.43%

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 23.87%
G = 37.43%
B = 38.7%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#84CFD6 (or 0x84CFD6) is known color: Spray. HEX triplet: 84, CF and D6. RGB value is (132,207,214). Sum of RGB (Red+Green+Blue) = 132+207+214=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #84CFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFD6 is #7B3029. Grayscale: #B9B9B9. Windows color (decimal): -8073258 or 14077828. OLE color: 14077828.

HSL color Cylindrical-coordinate representation of color #84CFD6: hue angle of 185.12º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84CFD6 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 207 214 -
CMYK 0.38 0.03 0 0.16
HSL 185.12º 0.5% 0.68% -
HSV(B) 185.12º 0.38% 0.84% -
XYZ 43.97 54.39 71.8 -
YUV 185.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 132 207 214 0.38 0.03 0 0.16 185.12 0.5 0.68
Hex 84 CF D6 26 3 0 10 B9 32 44
Octal 204 317 326 46 3 0 20 271 62 104
Binary 10000100 11001111 11010110 100110 11 0 10000 10111001 110010 1000100

Color Harmonies of #84CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CFD6

Black with #84CFD6

Text Example


Text Example

White with #84CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,207,214); }

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

background-color css

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

 a { background-color: rgb(132,207,214); }

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

border-color css

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

 span { border-color: rgb(132,207,214); }

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