Html Css Color HEX #89CEDD Spray

📋 copy color: '#89CEDD'

red 137 ◦ green 206 ◦ blue 221

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

Shades of Spray #89CEDD

Tints of Spray #89CEDD

RGB

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

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

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

R = 24.29%
G = 36.52%
B = 39.18%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89CEDD (or 0x89CEDD) is known color: Spray. HEX triplet: 89, CE and DD. RGB value is (137,206,221). Sum of RGB (Red+Green+Blue) = 137+206+221=564 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.29% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #89CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEDD is #763122. Grayscale: #BABABA. Windows color (decimal): -7745827 or 14536329. OLE color: 14536329.

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

Color convert

RGB 137 206 221 -
CMYK 0.38 0.07 0 0.13
HSL 190.71º 0.55% 0.7% -
HSV(B) 190.71º 0.38% 0.87% -
XYZ 45.44 54.68 76.57 -
YUV 187.08 147.14 92.28 -
System Red Green Blue C M Y K H S L
Decimal 137 206 221 0.38 0.07 0 0.13 190.71 0.55 0.7
Hex 89 CE DD 26 7 0 D BF 37 46
Octal 211 316 335 46 7 0 15 277 67 106
Binary 10001001 11001110 11011101 100110 111 0 1101 10111111 110111 1000110

Color Harmonies of #89CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CEDD

Black with #89CEDD

Text Example


Text Example

White with #89CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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