#89C3CC

Color #89C3CC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #89C3CC

Tints of Spray #89C3CC

Color information

#89C3CC (or 0x89C3CC) is unknown color: approx Spray. HEX triplet: 89, C3 and CC. RGB value is (137,195,204). Sum of RGB (Red+Green+Blue) = 137+195+204=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #89C3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3CC is #763C33. Grayscale: #B2B2B2. Windows color (decimal): -7748660 or 13419401. OLE color: 13419401.

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

Color convert

RGB137195204-
CMYK0.330.0400.2
HSL188.06º39.64%66.86%-
HSV(B)188.06º32.84%80%-
XYZ40.7348.7164.38-
YUV178.68142.2898.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.56%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=25.56%
G=36.38%
B=38.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371952040.330.0400.2188.0639.6466.86
Hex89C3CC214014bc2843
Octal21130331441402427450103
Binary100010011100001111001100100001100010100101111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89C3CC;
 }
 .AnyTagClassName
 {
   color: #89C3CC;
 }
</style>
background-color css

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

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

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

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

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

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