#A3CBCC

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

Shades of Morning Glory #A3CBCC

Tints of Morning Glory #A3CBCC

Color information

#A3CBCC (or 0xA3CBCC) is unknown color: approx Morning Glory. HEX triplet: A3, CB and CC. RGB value is (163,203,204). Sum of RGB (Red+Green+Blue) = 163+203+204=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBCC is #5C3433. Grayscale: #BFBFBF. Windows color (decimal): -6042676 or 13421475. OLE color: 13421475.

HSL color Cylindrical-coordinate representation of color #A3CBCC: hue angle of 181.46º degrees, saturation: 0.29, 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 #A3CBCC is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB163203204-
CMYK0.200.0000.2
HSL181.46º28.67%71.96%-
HSV(B)181.46º20.1%80%-
XYZ47.3654.8665.22-
YUV191.15135.25107.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.60%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=28.60%
G=35.61%
B=35.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632032040.200.0000.2181.4628.6771.96
HexA3CBCC140014b51d48
Octal24331331424002426535110
Binary10100011110010111100110010100001010010110101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBCC; }

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

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

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

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

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

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

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

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