#A7CCCC

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

Shades of Morning Glory #A7CCCC

Tints of Morning Glory #A7CCCC

Color information

#A7CCCC (or 0xA7CCCC) is unknown color: approx Morning Glory. HEX triplet: A7, CC and CC. RGB value is (167,204,204). Sum of RGB (Red+Green+Blue) = 167+204+204=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #A7CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCCC is #583333. Grayscale: #C0C0C0. Windows color (decimal): -5780276 or 13421735. OLE color: 13421735.

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

Color convert

RGB167204204-
CMYK0.18000.2
HSL180º26.62%72.75%-
HSV(B)180º18.14%80%-
XYZ48.4355.7665.34-
YUV192.94134.24109.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.04%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=29.04%
G=35.48%
B=35.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672042040.18000.218026.6272.75
HexA7CCCC120014b41b49
Octal24731431422002426433111
Binary10100111110011001100110010010001010010110100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCCC; }

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

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

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

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

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

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

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

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