#A2CCCF

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

Shades of Morning Glory #A2CCCF

Tints of Morning Glory #A2CCCF

Color information

#A2CCCF (or 0xA2CCCF) is unknown color: approx Morning Glory. HEX triplet: A2, CC and CF. RGB value is (162,204,207). Sum of RGB (Red+Green+Blue) = 162+204+207=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCCF is #5D3330. Grayscale: #BFBFBF. Windows color (decimal): -6107953 or 13618338. OLE color: 13618338.

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

Color convert

RGB162204207-
CMYK0.220.0100.19
HSL184º31.91%72.35%-
HSV(B)184º21.74%81.18%-
XYZ47.7655.3767.2-
YUV191.78136.59106.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.27%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=28.27%
G=35.60%
B=36.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622042070.220.0100.1918431.9172.35
HexA2CCCF161013b82048
Octal24231431726102327040110
Binary101000101100110011001111101101010011101110001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCCF; }

 p { color: rgb(162,204,207); }

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

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

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

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

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

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

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