Html Css Color HEX #89C4CA Spray

📋 copy color: '#89C4CA'

red 137 ◦ green 196 ◦ blue 202

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

Shades of Spray #89C4CA

Tints of Spray #89C4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 25.61%
G = 36.64%
B = 37.76%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#89C4CA (or 0x89C4CA) is known color: Spray. HEX triplet: 89, C4 and CA. RGB value is (137,196,202). Sum of RGB (Red+Green+Blue) = 137+196+202=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #89C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C4CA is #763B35. Grayscale: #B2B2B2. Windows color (decimal): -7748406 or 13288585. OLE color: 13288585.

HSL color Cylindrical-coordinate representation of color #89C4CA: hue angle of 185.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89C4CA is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 196 202 -
CMYK 0.32 0.03 0 0.21
HSL 185.54º 0.38% 0.66% -
HSV(B) 185.54º 0.32% 0.79% -
XYZ 40.72 49.06 63.2 -
YUV 179.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 137 196 202 0.32 0.03 0 0.21 185.54 0.38 0.66
Hex 89 C4 CA 20 3 0 15 BA 26 42
Octal 211 304 312 40 3 0 25 272 46 102
Binary 10001001 11000100 11001010 100000 11 0 10101 10111010 100110 1000010

Color Harmonies of #89C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C4CA

Black with #89C4CA

Text Example


Text Example

White with #89C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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