Html Css Color HEX #84CCDB Spray

📋 copy color: '#84CCDB'

red 132 ◦ green 204 ◦ blue 219

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

Shades of Spray #84CCDB

Tints of Spray #84CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.76%

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

R = 23.78%
G = 36.76%
B = 39.46%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84CCDB (or 0x84CCDB) is known color: Spray. HEX triplet: 84, CC and DB. RGB value is (132,204,219). Sum of RGB (Red+Green+Blue) = 132+204+219=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #84CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCDB is #7B3324. Grayscale: #B8B8B8. Windows color (decimal): -8074021 or 14404740. OLE color: 14404740.

HSL color Cylindrical-coordinate representation of color #84CCDB: hue angle of 190.34º 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 #84CCDB is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 204 219 -
CMYK 0.40 0.07 0 0.14
HSL 190.34º 0.55% 0.69% -
HSV(B) 190.34º 0.4% 0.86% -
XYZ 43.89 53.21 74.97 -
YUV 184.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 132 204 219 0.40 0.07 0 0.14 190.34 0.55 0.69
Hex 84 CC DB 28 7 0 E BE 37 45
Octal 204 314 333 50 7 0 16 276 67 105
Binary 10000100 11001100 11011011 101000 111 0 1110 10111110 110111 1000101

Color Harmonies of #84CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CCDB

Black with #84CCDB

Text Example


Text Example

White with #84CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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