#A3CCCD

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

Shades of Morning Glory #A3CCCD

Tints of Morning Glory #A3CCCD

Color information

#A3CCCD (or 0xA3CCCD) is unknown color: approx Morning Glory. HEX triplet: A3, CC and CD. RGB value is (163,204,205). Sum of RGB (Red+Green+Blue) = 163+204+205=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCCD is #5C3332. Grayscale: #BFBFBF. Windows color (decimal): -6042419 or 13487267. OLE color: 13487267.

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

Color convert

RGB163204205-
CMYK0.200.0000.20
HSL181.43º29.58%72.16%-
HSV(B)181.43º20.49%80.39%-
XYZ47.7255.3865.93-
YUV191.86135.42107.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.50%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=28.50%
G=35.66%
B=35.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632042050.200.0000.20181.4329.5872.16
HexA3CCCD140014b51e48
Octal24331431524002426536110
Binary10100011110011001100110110100001010010110101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCCD; }

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

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

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

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

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

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

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

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