Html Css Color HEX #89DCDD Spray

📋 copy color: '#89DCDD'

red 137 ◦ green 220 ◦ blue 221

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

Shades of Spray #89DCDD

Tints of Spray #89DCDD

RGB

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

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

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

R = 23.7%
G = 38.06%
B = 38.24%

CMYK

 C value IS 0.38

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89DCDD (or 0x89DCDD) is known color: Spray. HEX triplet: 89, DC and DD. RGB value is (137,220,221). Sum of RGB (Red+Green+Blue) = 137+220+221=578 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.70% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #89DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCDD is #762322. Grayscale: #C3C3C3. Windows color (decimal): -7742243 or 14539913. OLE color: 14539913.

HSL color Cylindrical-coordinate representation of color #89DCDD: hue angle of 180.71º 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 #89DCDD is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 220 221 -
CMYK 0.38 0.00 0 0.13
HSL 180.71º 0.55% 0.7% -
HSV(B) 180.71º 0.38% 0.87% -
XYZ 48.96 61.73 77.74 -
YUV 195.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 137 220 221 0.38 0.00 0 0.13 180.71 0.55 0.7
Hex 89 DC DD 26 0 0 D B5 37 46
Octal 211 334 335 46 0 0 15 265 67 106
Binary 10001001 11011100 11011101 100110 0 0 1101 10110101 110111 1000110

Color Harmonies of #89DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DCDD

Black with #89DCDD

Text Example


Text Example

White with #89DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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