#9AC6CD

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

Shades of Morning Glory #9AC6CD

Tints of Morning Glory #9AC6CD

Color information

#9AC6CD (or 0x9AC6CD) is unknown color: approx Morning Glory. HEX triplet: 9A, C6 and CD. RGB value is (154,198,205). Sum of RGB (Red+Green+Blue) = 154+198+205=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC6CD is #653932. Grayscale: #B9B9B9. Windows color (decimal): -6633779 or 13485722. OLE color: 13485722.

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

Color convert

RGB154198205-
CMYK0.250.0300.20
HSL188.24º33.77%70.39%-
HSV(B)188.24º24.88%80.39%-
XYZ44.5451.6765.38-
YUV185.64138.92105.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=27.65%
G=35.55%
B=36.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541982050.250.0300.20188.2433.7770.39
Hex9AC6CD193014bc2246
Octal23230631531302427442106
Binary1001101011000110110011011100111010100101111001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,198,205); }

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

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

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

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

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

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

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