#9AC6CA

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

Shades of Morning Glory #9AC6CA

Tints of Morning Glory #9AC6CA

Color information

#9AC6CA (or 0x9AC6CA) is unknown color: approx Morning Glory. HEX triplet: 9A, C6 and CA. RGB value is (154,198,202). Sum of RGB (Red+Green+Blue) = 154+198+202=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AC6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC6CA is #653935. Grayscale: #B9B9B9. Windows color (decimal): -6633782 or 13289114. OLE color: 13289114.

HSL color Cylindrical-coordinate representation of color #9AC6CA: hue angle of 185º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AC6CA is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154198202-
CMYK0.240.0200.21
HSL185º31.17%69.8%-
HSV(B)185º23.76%79.22%-
XYZ44.1851.5263.49-
YUV185.3137.42105.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=27.80%
G=35.74%
B=36.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541982020.240.0200.2118531.1769.8
Hex9AC6CA182015b91f46
Octal23230631230202527137106
Binary100110101100011011001010110001001010110111001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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