Html Css Color HEX #89DDDD Spray

📋 copy color: '#89DDDD'

red 137 ◦ green 221 ◦ blue 221

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

Shades of Spray #89DDDD

Tints of Spray #89DDDD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.17%

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 23.66%
G = 38.17%
B = 38.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89DDDD (or 0x89DDDD) is known color: Spray. HEX triplet: 89, DD and DD. RGB value is (137,221,221). Sum of RGB (Red+Green+Blue) = 137+221+221=579 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.66% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #89DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDDD is #762222. Grayscale: #C3C3C3. Windows color (decimal): -7741987 or 14540169. OLE color: 14540169.

HSL color Cylindrical-coordinate representation of color #89DDDD: hue angle of 180º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DDDD is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 221 221 -
CMYK 0.38 0 0 0.13
HSL 180º 0.55% 0.7% -
HSV(B) 180º 0.38% 0.87% -
XYZ 49.22 62.25 77.83 -
YUV 195.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 137 221 221 0.38 0 0 0.13 180 0.55 0.7
Hex 89 DD DD 26 0 0 D B4 37 46
Octal 211 335 335 46 0 0 15 264 67 106
Binary 10001001 11011101 11011101 100110 0 0 1101 10110100 110111 1000110

Color Harmonies of #89DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DDDD

Black with #89DDDD

Text Example


Text Example

White with #89DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,221,221); }

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

background-color css

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

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

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

border-color css

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

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

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