Html Css Color HEX #84DCE8 Spray

📋 copy color: '#84DCE8'

red 132 ◦ green 220 ◦ blue 232

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

Shades of Spray #84DCE8

Tints of Spray #84DCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.73%

R = 22.6%
G = 37.67%
B = 39.73%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#84DCE8 (or 0x84DCE8) is known color: Spray. HEX triplet: 84, DC and E8. RGB value is (132,220,232). Sum of RGB (Red+Green+Blue) = 132+220+232=584 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.60% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 232 (91.02% from 255 or 39.73% from 584); Max value from RGB is 232 - color contains mainly: blue. Hex color #84DCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCE8 is #7B2317. Grayscale: #C2C2C2. Windows color (decimal): -8069912 or 15260804. OLE color: 15260804.

HSL color Cylindrical-coordinate representation of color #84DCE8: hue angle of 187.2º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84DCE8 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 220 232 -
CMYK 0.43 0.05 0 0.09
HSL 187.2º 0.68% 0.71% -
HSV(B) 187.2º 0.43% 0.91% -
XYZ 49.67 61.92 85.68 -
YUV 195.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 132 220 232 0.43 0.05 0 0.09 187.2 0.68 0.71
Hex 84 DC E8 2B 5 0 9 BB 44 47
Octal 204 334 350 53 5 0 11 273 104 107
Binary 10000100 11011100 11101000 101011 101 0 1001 10111011 1000100 1000111

Color Harmonies of #84DCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCE8

Black with #84DCE8

Text Example


Text Example

White with #84DCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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