#A5C7CB

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

Shades of Morning Glory #A5C7CB

Tints of Morning Glory #A5C7CB

Color information

#A5C7CB (or 0xA5C7CB) is unknown color: approx Morning Glory. HEX triplet: A5, C7 and CB. RGB value is (165,199,203). Sum of RGB (Red+Green+Blue) = 165+199+203=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5C7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C7CB is #5A3834. Grayscale: #BDBDBD. Windows color (decimal): -5912629 or 13354917. OLE color: 13354917.

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

Color convert

RGB165199203-
CMYK0.190.0200.20
HSL186.32º26.76%72.16%-
HSV(B)186.32º18.72%79.61%-
XYZ46.7253.1664.3-
YUV189.29135.74110.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.10%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=29.10%
G=35.10%
B=35.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651992030.190.0200.20186.3226.7672.16
HexA5C7CB132014ba1b48
Octal24530731323202427233110
Binary101001011100011111001011100111001010010111010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C7CB; }

 p { color: rgb(165,199,203); }

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

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

 a { background-color: rgb(165,199,203); }

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

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

 span { border-color: rgb(165,199,203); }

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