#A2CCCD

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

Shades of Morning Glory #A2CCCD

Tints of Morning Glory #A2CCCD

Color information

#A2CCCD (or 0xA2CCCD) is unknown color: approx Morning Glory. HEX triplet: A2, CC and CD. RGB value is (162,204,205). Sum of RGB (Red+Green+Blue) = 162+204+205=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCCD is #5D3332. Grayscale: #BFBFBF. Windows color (decimal): -6107955 or 13487266. OLE color: 13487266.

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

Color convert

RGB162204205-
CMYK0.210.0000.20
HSL181.4º30.07%71.96%-
HSV(B)181.4º20.98%80.39%-
XYZ47.5155.2765.92-
YUV191.56135.59106.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=28.37%
G=35.73%
B=35.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622042050.210.0000.20181.430.0771.96
HexA2CCCD150014b51e48
Octal24231431525002426536110
Binary10100010110011001100110110101001010010110101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCCD; }

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

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

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

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

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

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

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

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