#A0C7CD

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

Shades of Morning Glory #A0C7CD

Tints of Morning Glory #A0C7CD

Color information

#A0C7CD (or 0xA0C7CD) is unknown color: approx Morning Glory. HEX triplet: A0, C7 and CD. RGB value is (160,199,205). Sum of RGB (Red+Green+Blue) = 160+199+205=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0C7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C7CD is #5F3832. Grayscale: #BBBBBB. Windows color (decimal): -6240307 or 13485984. OLE color: 13485984.

HSL color Cylindrical-coordinate representation of color #A0C7CD: hue angle of 188º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C7CD is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160199205-
CMYK0.220.0300.20
HSL188º31.03%71.57%-
HSV(B)188º21.95%80.39%-
XYZ45.9452.7365.51-
YUV188.02137.58108.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.37%
GREEN value IS 199 (78.12% from 255) = 35.28%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=28.37%
G=35.28%
B=36.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601992050.220.0300.2018831.0371.57
HexA0C7CD163014bc1f48
Octal24030731526302427437110
Binary101000001100011111001101101101101010010111100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C7CD; }

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

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

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

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

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

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

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

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