#A3CBCA

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

Shades of Morning Glory #A3CBCA

Tints of Morning Glory #A3CBCA

Color information

#A3CBCA (or 0xA3CBCA) is unknown color: approx Morning Glory. HEX triplet: A3, CB and CA. RGB value is (163,203,202). Sum of RGB (Red+Green+Blue) = 163+203+202=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBCA is #5C3435. Grayscale: #BEBEBE. Windows color (decimal): -6042678 or 13290403. OLE color: 13290403.

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

Color convert

RGB163203202-
CMYK0.2000.000.20
HSL178.5º27.78%71.76%-
HSV(B)178.5º19.7%79.61%-
XYZ47.1254.7663.96-
YUV190.93134.25108.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=28.70%
G=35.74%
B=35.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632032020.2000.000.20178.527.7871.76
HexA3CBCA140014b21c48
Octal24331331224002426234110
Binary10100011110010111100101010100001010010110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBCA; }

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

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

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

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

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

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

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

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