#A9CBCF

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

Shades of Morning Glory #A9CBCF

Tints of Morning Glory #A9CBCF

Color information

#A9CBCF (or 0xA9CBCF) is unknown color: approx Morning Glory. HEX triplet: A9, CB and CF. RGB value is (169,203,207). Sum of RGB (Red+Green+Blue) = 169+203+207=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9CBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBCF is #563430. Grayscale: #C1C1C1. Windows color (decimal): -5649457 or 13618089. OLE color: 13618089.

HSL color Cylindrical-coordinate representation of color #A9CBCF: hue angle of 186.32º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CBCF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169203207-
CMYK0.180.0200.19
HSL186.32º28.36%73.73%-
HSV(B)186.32º18.36%81.18%-
XYZ48.9855.6567.19-
YUV193.29135.74110.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=29.19%
G=35.06%
B=35.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692032070.180.0200.19186.3228.3673.73
HexA9CBCF122013ba1c4a
Octal25131331722202327234112
Binary101010011100101111001111100101001001110111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBCF; }

 p { color: rgb(169,203,207); }

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

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

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

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

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

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

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