Html Css Color HEX #84DDE4 Spray

📋 copy color: '#84DDE4'

red 132 ◦ green 221 ◦ blue 228

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

Shades of Spray #84DDE4

Tints of Spray #84DDE4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 228 (89.45% from 255) = 39.24%

R = 22.72%
G = 38.04%
B = 39.24%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#84DDE4 (or 0x84DDE4) is known color: Spray. HEX triplet: 84, DD and E4. RGB value is (132,221,228). Sum of RGB (Red+Green+Blue) = 132+221+228=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #84DDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDE4 is #7B221B. Grayscale: #C3C3C3. Windows color (decimal): -8069660 or 14998916. OLE color: 14998916.

HSL color Cylindrical-coordinate representation of color #84DDE4: hue angle of 184.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84DDE4 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 132 221 228 -
CMYK 0.42 0.03 0 0.11
HSL 184.38º 0.64% 0.71% -
HSV(B) 184.38º 0.42% 0.89% -
XYZ 49.38 62.22 82.81 -
YUV 195.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 132 221 228 0.42 0.03 0 0.11 184.38 0.64 0.71
Hex 84 DD E4 2A 3 0 B B8 40 47
Octal 204 335 344 52 3 0 13 270 100 107
Binary 10000100 11011101 11100100 101010 11 0 1011 10111000 1000000 1000111

Color Harmonies of #84DDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDE4

Black with #84DDE4

Text Example


Text Example

White with #84DDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,221,228); }

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

background-color css

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

 a { background-color: rgb(132,221,228); }

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

border-color css

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

 span { border-color: rgb(132,221,228); }

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