Html Css Color HEX #89DCDB Spray

📋 copy color: '#89DCDB'

red 137 ◦ green 220 ◦ blue 219

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

Shades of Spray #89DCDB

Tints of Spray #89DCDB

RGB

 RED value IS 137 (53.91% from 255) = 23.78%

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

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

R = 23.78%
G = 38.19%
B = 38.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#89DCDB (or 0x89DCDB) is known color: Spray. HEX triplet: 89, DC and DB. RGB value is (137,220,219). Sum of RGB (Red+Green+Blue) = 137+220+219=576 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.78% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCDB is #762324. Grayscale: #C2C2C2. Windows color (decimal): -7742245 or 14408841. OLE color: 14408841.

HSL color Cylindrical-coordinate representation of color #89DCDB: hue angle of 179.28º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DCDB is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 220 219 -
CMYK 0.38 0 0.00 0.14
HSL 179.28º 0.54% 0.7% -
HSV(B) 179.28º 0.38% 0.86% -
XYZ 48.7 61.62 76.34 -
YUV 195.07 141.5 86.58 -
System Red Green Blue C M Y K H S L
Decimal 137 220 219 0.38 0 0.00 0.14 179.28 0.54 0.7
Hex 89 DC DB 26 0 0 E B3 36 46
Octal 211 334 333 46 0 0 16 263 66 106
Binary 10001001 11011100 11011011 100110 0 0 1110 10110011 110110 1000110

Color Harmonies of #89DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DCDB

Black with #89DCDB

Text Example


Text Example

White with #89DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89DCDB; }

 p { color: rgb(137,220,219); }

 H1.HeaderClassName
 {
   color: #89DCDB;
 }
 .AnyTagClassName
 {
   color: #89DCDB;
 }
</style>

background-color css

<style>
 a { background-color: #89DCDB; }

 a { background-color: rgb(137,220,219); }

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

border-color css

<style>
 span { border-color: #89DCDB; }

 span { border-color: rgb(137,220,219); }

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