Html Css Color HEX #89C3CA Spray

📋 copy color: '#89C3CA'

red 137 ◦ green 195 ◦ blue 202

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

Shades of Spray #89C3CA

Tints of Spray #89C3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.52%

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

R = 25.66%
G = 36.52%
B = 37.83%

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

#89C3CA (or 0x89C3CA) is known color: Spray. HEX triplet: 89, C3 and CA. RGB value is (137,195,202). Sum of RGB (Red+Green+Blue) = 137+195+202=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #89C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3CA is #763C35. Grayscale: #B2B2B2. Windows color (decimal): -7748662 or 13288329. OLE color: 13288329.

HSL color Cylindrical-coordinate representation of color #89C3CA: hue angle of 186.46º 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 #89C3CA is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 195 202 -
CMYK 0.32 0.03 0 0.21
HSL 186.46º 0.38% 0.66% -
HSV(B) 186.46º 0.32% 0.79% -
XYZ 40.49 48.61 63.13 -
YUV 178.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 137 195 202 0.32 0.03 0 0.21 186.46 0.38 0.66
Hex 89 C3 CA 20 3 0 15 BA 26 42
Octal 211 303 312 40 3 0 25 272 46 102
Binary 10001001 11000011 11001010 100000 11 0 10101 10111010 100110 1000010

Color Harmonies of #89C3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C3CA

Black with #89C3CA

Text Example


Text Example

White with #89C3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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