Html Css Color HEX #84DCE6 Spray

📋 copy color: '#84DCE6'

red 132 ◦ green 220 ◦ blue 230

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

Shades of Spray #84DCE6

Tints of Spray #84DCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.52%

R = 22.68%
G = 37.8%
B = 39.52%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#84DCE6 (or 0x84DCE6) is known color: Spray. HEX triplet: 84, DC and E6. RGB value is (132,220,230). Sum of RGB (Red+Green+Blue) = 132+220+230=582 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.68% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #84DCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCE6 is #7B2319. Grayscale: #C2C2C2. Windows color (decimal): -8069914 or 15129732. OLE color: 15129732.

HSL color Cylindrical-coordinate representation of color #84DCE6: hue angle of 186.12º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84DCE6 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 132 220 230 -
CMYK 0.43 0.04 0 0.10
HSL 186.12º 0.66% 0.71% -
HSV(B) 186.12º 0.43% 0.9% -
XYZ 49.39 61.81 84.19 -
YUV 194.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 132 220 230 0.43 0.04 0 0.10 186.12 0.66 0.71
Hex 84 DC E6 2B 4 0 A BA 42 47
Octal 204 334 346 53 4 0 12 272 102 107
Binary 10000100 11011100 11100110 101011 100 0 1010 10111010 1000010 1000111

Color Harmonies of #84DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCE6

Black with #84DCE6

Text Example


Text Example

White with #84DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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