Html Css Color HEX #89C3CB Spray

📋 copy color: '#89C3CB'

red 137 ◦ green 195 ◦ blue 203

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

Shades of Spray #89C3CB

Tints of Spray #89C3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.94%

R = 25.61%
G = 36.45%
B = 37.94%

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

#89C3CB (or 0x89C3CB) is known color: Spray. HEX triplet: 89, C3 and CB. RGB value is (137,195,203). Sum of RGB (Red+Green+Blue) = 137+195+203=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #89C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3CB is #763C34. Grayscale: #B2B2B2. Windows color (decimal): -7748661 or 13353865. OLE color: 13353865.

HSL color Cylindrical-coordinate representation of color #89C3CB: hue angle of 187.27º degrees, saturation: 0.39, 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 #89C3CB is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 195 203 -
CMYK 0.33 0.04 0 0.20
HSL 187.27º 0.39% 0.67% -
HSV(B) 187.27º 0.33% 0.8% -
XYZ 40.61 48.66 63.75 -
YUV 178.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 137 195 203 0.33 0.04 0 0.20 187.27 0.39 0.67
Hex 89 C3 CB 21 4 0 14 BB 27 43
Octal 211 303 313 41 4 0 24 273 47 103
Binary 10001001 11000011 11001011 100001 100 0 10100 10111011 100111 1000011

Color Harmonies of #89C3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C3CB

Black with #89C3CB

Text Example


Text Example

White with #89C3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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