#9AC9CF

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

Shades of Morning Glory #9AC9CF

Tints of Morning Glory #9AC9CF

Color information

#9AC9CF (or 0x9AC9CF) is unknown color: approx Morning Glory. HEX triplet: 9A, C9 and CF. RGB value is (154,201,207). Sum of RGB (Red+Green+Blue) = 154+201+207=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AC9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC9CF is #653630. Grayscale: #BBBBBB. Windows color (decimal): -6633009 or 13617562. OLE color: 13617562.

HSL color Cylindrical-coordinate representation of color #9AC9CF: hue angle of 186.79º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AC9CF is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154201207-
CMYK0.260.0300.19
HSL186.79º35.57%70.78%-
HSV(B)186.79º25.6%81.18%-
XYZ45.4853.1566.89-
YUV187.63138.93104.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.40%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=27.40%
G=35.77%
B=36.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542012070.260.0300.19186.7935.5770.78
Hex9AC9CF1A3013bb2447
Octal23231131732302327344107
Binary1001101011001001110011111101011010011101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,201,207); }

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

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

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

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

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

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

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