#A4CDCF

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

Shades of Morning Glory #A4CDCF

Tints of Morning Glory #A4CDCF

Color information

#A4CDCF (or 0xA4CDCF) is unknown color: approx Morning Glory. HEX triplet: A4, CD and CF. RGB value is (164,205,207). Sum of RGB (Red+Green+Blue) = 164+205+207=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4CDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDCF is #5B3230. Grayscale: #C0C0C0. Windows color (decimal): -5976625 or 13618596. OLE color: 13618596.

HSL color Cylindrical-coordinate representation of color #A4CDCF: hue angle of 182.79º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CDCF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164205207-
CMYK0.210.0100.19
HSL182.79º30.94%72.75%-
HSV(B)182.79º20.77%81.18%-
XYZ48.456.0667.3-
YUV192.97135.92107.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.47%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=28.47%
G=35.59%
B=35.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642052070.210.0100.19182.7930.9472.75
HexA4CDCF151013b71f49
Octal24431531725102326737111
Binary10100100110011011100111110101101001110110111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDCF; }

 p { color: rgb(164,205,207); }

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

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

 a { background-color: rgb(164,205,207); }

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

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

 span { border-color: rgb(164,205,207); }

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