#A3CBCD

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

Shades of Morning Glory #A3CBCD

Tints of Morning Glory #A3CBCD

Color information

#A3CBCD (or 0xA3CBCD) is unknown color: approx Morning Glory. HEX triplet: A3, CB and CD. RGB value is (163,203,205). Sum of RGB (Red+Green+Blue) = 163+203+205=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 203 (79.69% from 255 or 35.55% 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 #A3CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBCD is #5C3432. Grayscale: #BFBFBF. Windows color (decimal): -6042675 or 13487011. OLE color: 13487011.

HSL color Cylindrical-coordinate representation of color #A3CBCD: hue angle of 182.86º 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 #A3CBCD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163203205-
CMYK0.200.0100.20
HSL182.86º29.58%72.16%-
HSV(B)182.86º20.49%80.39%-
XYZ47.4854.9165.85-
YUV191.27135.75107.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.55%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=28.55%
G=35.55%
B=35.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632032050.200.0100.20182.8629.5872.16
HexA3CBCD141014b71e48
Octal24331331524102426736110
Binary10100011110010111100110110100101010010110111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBCD; }

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

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

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

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

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

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

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

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