Html Css Color HEX #89C6CE Spray

📋 copy color: '#89C6CE'

red 137 ◦ green 198 ◦ blue 206

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

Shades of Spray #89C6CE

Tints of Spray #89C6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.6%

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 25.32%
G = 36.6%
B = 38.08%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#89C6CE (or 0x89C6CE) is known color: Spray. HEX triplet: 89, C6 and CE. RGB value is (137,198,206). Sum of RGB (Red+Green+Blue) = 137+198+206=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #89C6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C6CE is #763931. Grayscale: #B4B4B4. Windows color (decimal): -7747890 or 13551241. OLE color: 13551241.

HSL color Cylindrical-coordinate representation of color #89C6CE: hue angle of 186.96º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89C6CE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 198 206 -
CMYK 0.33 0.04 0 0.19
HSL 186.96º 0.41% 0.67% -
HSV(B) 186.96º 0.33% 0.81% -
XYZ 41.65 50.16 65.88 -
YUV 180.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 137 198 206 0.33 0.04 0 0.19 186.96 0.41 0.67
Hex 89 C6 CE 21 4 0 13 BB 29 43
Octal 211 306 316 41 4 0 23 273 51 103
Binary 10001001 11000110 11001110 100001 100 0 10011 10111011 101001 1000011

Color Harmonies of #89C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C6CE

Black with #89C6CE

Text Example


Text Example

White with #89C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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