Html Css Color HEX #84DCE0 Spray

📋 copy color: '#84DCE0'

red 132 ◦ green 220 ◦ blue 224

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

Shades of Spray #84DCE0

Tints of Spray #84DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.19%

 BLUE value IS 224 (87.89% from 255) = 38.89%

R = 22.92%
G = 38.19%
B = 38.89%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#84DCE0 (or 0x84DCE0) is known color: Spray. HEX triplet: 84, DC and E0. RGB value is (132,220,224). Sum of RGB (Red+Green+Blue) = 132+220+224=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #84DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCE0 is #7B231F. Grayscale: #C2C2C2. Windows color (decimal): -8069920 or 14736516. OLE color: 14736516.

HSL color Cylindrical-coordinate representation of color #84DCE0: hue angle of 182.61º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DCE0 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 220 224 -
CMYK 0.41 0.02 0 0.12
HSL 182.61º 0.6% 0.7% -
HSV(B) 182.61º 0.41% 0.88% -
XYZ 48.56 61.47 79.83 -
YUV 194.14 144.85 83.67 -
System Red Green Blue C M Y K H S L
Decimal 132 220 224 0.41 0.02 0 0.12 182.61 0.6 0.7
Hex 84 DC E0 29 2 0 C B7 3C 46
Octal 204 334 340 51 2 0 14 267 74 106
Binary 10000100 11011100 11100000 101001 10 0 1100 10110111 111100 1000110

Color Harmonies of #84DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCE0

Black with #84DCE0

Text Example


Text Example

White with #84DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,220,224); }

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

background-color css

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

 a { background-color: rgb(132,220,224); }

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

border-color css

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

 span { border-color: rgb(132,220,224); }

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