#A5C8CB

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

Shades of Morning Glory #A5C8CB

Tints of Morning Glory #A5C8CB

Color information

#A5C8CB (or 0xA5C8CB) is unknown color: approx Morning Glory. HEX triplet: A5, C8 and CB. RGB value is (165,200,203). Sum of RGB (Red+Green+Blue) = 165+200+203=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C8CB is #5A3734. Grayscale: #BDBDBD. Windows color (decimal): -5912373 or 13355173. OLE color: 13355173.

HSL color Cylindrical-coordinate representation of color #A5C8CB: hue angle of 184.74º 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 #A5C8CB is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165200203-
CMYK0.190.0100.20
HSL184.74º26.76%72.16%-
HSV(B)184.74º18.72%79.61%-
XYZ46.9553.6264.37-
YUV189.88135.4110.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.05%
GREEN value IS 200 (78.52% from 255) = 35.21%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=29.05%
G=35.21%
B=35.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652002030.190.0100.20184.7426.7672.16
HexA5C8CB131014b91b48
Octal24531031323102427133110
Binary10100101110010001100101110011101010010111001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C8CB; }

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

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

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

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

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

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

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

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