#89C2CC

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

Shades of Spray #89C2CC

Tints of Spray #89C2CC

Color information

#89C2CC (or 0x89C2CC) is unknown color: approx Spray. HEX triplet: 89, C2 and CC. RGB value is (137,194,204). Sum of RGB (Red+Green+Blue) = 137+194+204=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #89C2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2CC is #763D33. Grayscale: #B2B2B2. Windows color (decimal): -7748916 or 13419145. OLE color: 13419145.

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

Color convert

RGB137194204-
CMYK0.330.0500.2
HSL188.96º39.64%66.86%-
HSV(B)188.96º32.84%80%-
XYZ40.5148.2664.31-
YUV178.1142.6298.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.61%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=25.61%
G=36.26%
B=38.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371942040.330.0500.2188.9639.6466.86
Hex89C2CC215014bd2843
Octal21130231441502427550103
Binary100010011100001011001100100001101010100101111011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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