Html Css Color HEX #89C8CB Spray

📋 copy color: '#89C8CB'

red 137 ◦ green 200 ◦ blue 203

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

Shades of Spray #89C8CB

Tints of Spray #89C8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.04%

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

R = 25.37%
G = 37.04%
B = 37.59%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89C8CB (or 0x89C8CB) is known color: Spray. HEX triplet: 89, C8 and CB. RGB value is (137,200,203). Sum of RGB (Red+Green+Blue) = 137+200+203=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #89C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8CB is #763734. Grayscale: #B5B5B5. Windows color (decimal): -7747381 or 13355145. OLE color: 13355145.

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

Color convert

RGB 137 200 203 -
CMYK 0.33 0.01 0 0.20
HSL 182.73º 0.39% 0.67% -
HSV(B) 182.73º 0.33% 0.8% -
XYZ 41.75 50.94 64.13 -
YUV 181.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 137 200 203 0.33 0.01 0 0.20 182.73 0.39 0.67
Hex 89 C8 CB 21 1 0 14 B7 27 43
Octal 211 310 313 41 1 0 24 267 47 103
Binary 10001001 11001000 11001011 100001 1 0 10100 10110111 100111 1000011

Color Harmonies of #89C8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C8CB

Black with #89C8CB

Text Example


Text Example

White with #89C8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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