Html Css Color HEX #89CEDC Spray

📋 copy color: '#89CEDC'

red 137 ◦ green 206 ◦ blue 220

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

Shades of Spray #89CEDC

Tints of Spray #89CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.59%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 24.33%
G = 36.59%
B = 39.08%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89CEDC (or 0x89CEDC) is known color: Spray. HEX triplet: 89, CE and DC. RGB value is (137,206,220). Sum of RGB (Red+Green+Blue) = 137+206+220=563 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.33% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #89CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEDC is #763123. Grayscale: #BABABA. Windows color (decimal): -7745828 or 14470793. OLE color: 14470793.

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

Color convert

RGB 137 206 220 -
CMYK 0.38 0.06 0 0.14
HSL 190.12º 0.54% 0.7% -
HSV(B) 190.12º 0.38% 0.86% -
XYZ 45.31 54.63 75.87 -
YUV 186.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 137 206 220 0.38 0.06 0 0.14 190.12 0.54 0.7
Hex 89 CE DC 26 6 0 E BE 36 46
Octal 211 316 334 46 6 0 16 276 66 106
Binary 10001001 11001110 11011100 100110 110 0 1110 10111110 110110 1000110

Color Harmonies of #89CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CEDC

Black with #89CEDC

Text Example


Text Example

White with #89CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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