#A5CDCE

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

Shades of Morning Glory #A5CDCE

Tints of Morning Glory #A5CDCE

Color information

#A5CDCE (or 0xA5CDCE) is unknown color: approx Morning Glory. HEX triplet: A5, CD and CE. RGB value is (165,205,206). Sum of RGB (Red+Green+Blue) = 165+205+206=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #A5CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDCE is #5A3231. Grayscale: #C1C1C1. Windows color (decimal): -5911090 or 13553061. OLE color: 13553061.

HSL color Cylindrical-coordinate representation of color #A5CDCE: hue angle of 181.46º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CDCE is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165205206-
CMYK0.200.0000.19
HSL181.46º29.5%72.75%-
HSV(B)181.46º19.9%80.78%-
XYZ48.4956.1266.67-
YUV193.15135.25107.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.65%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=28.65%
G=35.59%
B=35.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652052060.200.0000.19181.4629.572.75
HexA5CDCE140013b51d49
Octal24531531624002326535111
Binary10100101110011011100111010100001001110110101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CDCE; }

 p { color: rgb(165,205,206); }

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

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

 a { background-color: rgb(165,205,206); }

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

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

 span { border-color: rgb(165,205,206); }

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