#A5CCCD

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

Shades of Morning Glory #A5CCCD

Tints of Morning Glory #A5CCCD

Color information

#A5CCCD (or 0xA5CCCD) is unknown color: approx Morning Glory. HEX triplet: A5, CC and CD. RGB value is (165,204,205). Sum of RGB (Red+Green+Blue) = 165+204+205=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCCD is #5A3332. Grayscale: #C0C0C0. Windows color (decimal): -5911347 or 13487269. OLE color: 13487269.

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

Color convert

RGB165204205-
CMYK0.200.0000.20
HSL181.5º28.57%72.55%-
HSV(B)181.5º19.51%80.39%-
XYZ48.1355.5965.95-
YUV192.45135.08108.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.75%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=28.75%
G=35.54%
B=35.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652042050.200.0000.20181.528.5772.55
HexA5CCCD140014b61d49
Octal24531431524002426635111
Binary10100101110011001100110110100001010010110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCCD; }

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

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

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

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

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

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

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

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