Html Css Color HEX #84CBDB Spray

📋 copy color: '#84CBDB'

red 132 ◦ green 203 ◦ blue 219

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

Shades of Spray #84CBDB

Tints of Spray #84CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.64%

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

R = 23.83%
G = 36.64%
B = 39.53%

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

#84CBDB (or 0x84CBDB) is known color: Spray. HEX triplet: 84, CB and DB. RGB value is (132,203,219). Sum of RGB (Red+Green+Blue) = 132+203+219=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #84CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBDB is #7B3424. Grayscale: #B7B7B7. Windows color (decimal): -8074277 or 14404484. OLE color: 14404484.

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

Color convert

RGB 132 203 219 -
CMYK 0.40 0.07 0 0.14
HSL 191.03º 0.55% 0.69% -
HSV(B) 191.03º 0.4% 0.86% -
XYZ 43.66 52.73 74.9 -
YUV 183.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 132 203 219 0.40 0.07 0 0.14 191.03 0.55 0.69
Hex 84 CB DB 28 7 0 E BF 37 45
Octal 204 313 333 50 7 0 16 277 67 105
Binary 10000100 11001011 11011011 101000 111 0 1110 10111111 110111 1000101

Color Harmonies of #84CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CBDB

Black with #84CBDB

Text Example


Text Example

White with #84CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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