#A3CBCB

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

Shades of Morning Glory #A3CBCB

Tints of Morning Glory #A3CBCB

Color information

#A3CBCB (or 0xA3CBCB) is unknown color: approx Morning Glory. HEX triplet: A3, CB and CB. RGB value is (163,203,203). Sum of RGB (Red+Green+Blue) = 163+203+203=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #A3CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBCB is #5C3434. Grayscale: #BFBFBF. Windows color (decimal): -6042677 or 13355939. OLE color: 13355939.

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

Color convert

RGB163203203-
CMYK0.20000.20
HSL180º27.78%71.76%-
HSV(B)180º19.7%79.61%-
XYZ47.2454.8164.59-
YUV191.04134.75108-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.65%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=28.65%
G=35.68%
B=35.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632032030.20000.2018027.7871.76
HexA3CBCB140014b41c48
Octal24331331324002426434110
Binary10100011110010111100101110100001010010110100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBCB; }

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

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

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

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

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

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

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

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