Html Css Color HEX #89C4CD Spray

📋 copy color: '#89C4CD'

red 137 ◦ green 196 ◦ blue 205

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

Shades of Spray #89C4CD

Tints of Spray #89C4CD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.43%

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 25.46%
G = 36.43%
B = 38.1%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89C4CD (or 0x89C4CD) is known color: Spray. HEX triplet: 89, C4 and CD. RGB value is (137,196,205). Sum of RGB (Red+Green+Blue) = 137+196+205=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #89C4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C4CD is #763B32. Grayscale: #B3B3B3. Windows color (decimal): -7748403 or 13485193. OLE color: 13485193.

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

Color convert

RGB 137 196 205 -
CMYK 0.33 0.04 0 0.20
HSL 187.94º 0.4% 0.67% -
HSV(B) 187.94º 0.33% 0.8% -
XYZ 41.08 49.21 65.09 -
YUV 179.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 137 196 205 0.33 0.04 0 0.20 187.94 0.4 0.67
Hex 89 C4 CD 21 4 0 14 BC 28 43
Octal 211 304 315 41 4 0 24 274 50 103
Binary 10001001 11000100 11001101 100001 100 0 10100 10111100 101000 1000011

Color Harmonies of #89C4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C4CD

Black with #89C4CD

Text Example


Text Example

White with #89C4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,196,205); }

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

background-color css

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

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

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

border-color css

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

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

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