Html Css Color HEX #84DADB Spray

📋 copy color: '#84DADB'

red 132 ◦ green 218 ◦ blue 219

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

Shades of Spray #84DADB

Tints of Spray #84DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.31%

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 23.2%
G = 38.31%
B = 38.49%

CMYK

 C value IS 0.40

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84DADB (or 0x84DADB) is known color: Spray. HEX triplet: 84, DA and DB. RGB value is (132,218,219). Sum of RGB (Red+Green+Blue) = 132+218+219=569 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.20% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #84DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DADB is #7B2524. Grayscale: #C0C0C0. Windows color (decimal): -8070437 or 14408324. OLE color: 14408324.

HSL color Cylindrical-coordinate representation of color #84DADB: hue angle of 180.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DADB is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 218 219 -
CMYK 0.40 0.00 0 0.14
HSL 180.69º 0.55% 0.69% -
HSV(B) 180.69º 0.4% 0.86% -
XYZ 47.37 60.16 76.13 -
YUV 192.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 132 218 219 0.40 0.00 0 0.14 180.69 0.55 0.69
Hex 84 DA DB 28 0 0 E B5 37 45
Octal 204 332 333 50 0 0 16 265 67 105
Binary 10000100 11011010 11011011 101000 0 0 1110 10110101 110111 1000101

Color Harmonies of #84DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DADB

Black with #84DADB

Text Example


Text Example

White with #84DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,218,219); }

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

background-color css

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

 a { background-color: rgb(132,218,219); }

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

border-color css

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

 span { border-color: rgb(132,218,219); }

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