#A7CDCD

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

Shades of Morning Glory #A7CDCD

Tints of Morning Glory #A7CDCD

Color information

#A7CDCD (or 0xA7CDCD) is unknown color: approx Morning Glory. HEX triplet: A7, CD and CD. RGB value is (167,205,205). Sum of RGB (Red+Green+Blue) = 167+205+205=577 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.94% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #A7CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDCD is #583232. Grayscale: #C1C1C1. Windows color (decimal): -5780019 or 13487527. OLE color: 13487527.

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

Color convert

RGB167205205-
CMYK0.19000.20
HSL180º27.54%72.94%-
HSV(B)180º18.54%80.39%-
XYZ48.7956.2966.05-
YUV193.64134.41109-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.94%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=28.94%
G=35.53%
B=35.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672052050.19000.2018027.5472.94
HexA7CDCD130014b41c49
Octal24731531523002426434111
Binary10100111110011011100110110011001010010110100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDCD; }

 p { color: rgb(167,205,205); }

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

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

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

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

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

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

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