#9ACBCB

Color #9ACBCB Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #9ACBCB

Tints of Morning Glory #9ACBCB

Color information

#9ACBCB (or 0x9ACBCB) is unknown color: approx Morning Glory. HEX triplet: 9A, CB and CB. RGB value is (154,203,203). Sum of RGB (Red+Green+Blue) = 154+203+203=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #9ACBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBCB is #653434. Grayscale: #BCBCBC. Windows color (decimal): -6632501 or 13355930. OLE color: 13355930.

HSL color Cylindrical-coordinate representation of color #9ACBCB: hue angle of 180º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACBCB is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154203203-
CMYK0.24000.20
HSL180º32.03%70%-
HSV(B)180º24.14%79.61%-
XYZ45.4653.8964.51-
YUV188.35136.27103.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=27.5%
G=36.25%
B=36.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542032030.24000.2018032.0370
Hex9ACBCB180014b42046
Octal23231331330002426440106
Binary100110101100101111001011110000010100101101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACBCB; }

 p { color: rgb(154,203,203); }

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

<style>
 a { background-color: #9ACBCB; }

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

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

<style>
 span { border-color: #9ACBCB; }

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

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