#A0C7CC

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

Shades of Morning Glory #A0C7CC

Tints of Morning Glory #A0C7CC

Color information

#A0C7CC (or 0xA0C7CC) is unknown color: approx Morning Glory. HEX triplet: A0, C7 and CC. RGB value is (160,199,204). Sum of RGB (Red+Green+Blue) = 160+199+204=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0C7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C7CC is #5F3833. Grayscale: #BBBBBB. Windows color (decimal): -6240308 or 13420448. OLE color: 13420448.

HSL color Cylindrical-coordinate representation of color #A0C7CC: hue angle of 186.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C7CC is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160199204-
CMYK0.220.0200.2
HSL186.82º30.14%71.37%-
HSV(B)186.82º21.57%80%-
XYZ45.8252.6864.88-
YUV187.91137.08108.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.42%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=28.42%
G=35.35%
B=36.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601992040.220.0200.2186.8230.1471.37
HexA0C7CC162014bb1e47
Octal24030731426202427336107
Binary101000001100011111001100101101001010010111011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C7CC; }

 p { color: rgb(160,199,204); }

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

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

 a { background-color: rgb(160,199,204); }

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

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

 span { border-color: rgb(160,199,204); }

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